Is it possible to ignore bad characters in UpDown controls instantly, instead of on lost focus?
I want to keep an IntegerUpDown within a range of 0 and 99 for a maximum character length of 2 so the control won't resize and disrupt other control positions.
Currently you can enter bad characters to get outside that range and increase the width of the control.
Thanks!
I want to keep an IntegerUpDown within a range of 0 and 99 for a maximum character length of 2 so the control won't resize and disrupt other control positions.
Currently you can enter bad characters to get outside that range and increase the width of the control.
Thanks!