I'm using a MaskEditBox with a Numeric MaskType and Mask = c
I have some event that I'm handling when people type in the control.
I'm having an issue when the user scroll is mouse in the control, the value is changed and I don't want that to happen.
Is there a way to block the Mouse scroll in the control? I don't want the value to change when the user scroll the mouse in the control.
I have some event that I'm handling when people type in the control.
I'm having an issue when the user scroll is mouse in the control, the value is changed and I don't want that to happen.
Is there a way to block the Mouse scroll in the control? I don't want the value to change when the user scroll the mouse in the control.