The NumericUpDown control does not work as I would expect it to when scrolling the mouse wheel; it adds or decrements the increment 3 times (or whatever the mouse line scroll value is set to). In my opinion, this value should only be used for scrolling in scrollbars, and the NumericUpDown should only add or decrement the value once per mouse wheel event.
The NumericUpDown control does not work as I would expect it to when scrolling the mouse wheel; it adds or decrements the increment 3 times (or whatever the mouse line scroll value is set to). In my opinion, this value should only be used for scrolling in scrollbars, and the NumericUpDown should only add or decrement the value once per mouse wheel event.