I have a data-entry Winforms app exclusively using the Nevron.UI.WinForm.Controls. However, there are a couple of things I need to ask about...
Is there an existing way to:
1. Auto-Select the entire Value in Nevron.UI.WinForm.Controls, specifically a NNumericUpDown, during the OnEnter event? This would allow the user to simply key the new value without having to manually delete the existing value - saving keystrokes and time...
2. Filter a CheckListBox.Items collection as the user Types into the display field? I have rather large picklists and the Filter-as-you-type feature would really help me out...
Thank You!