03-05-2015 09:30 AM
Is there a way to disable the mouse scroll incrementing on numeric controls? (When the numeric control has KeyFocus and you scroll your mouse it will increment/decrement).
Most of the time it isn't a problem, but if you have a subpanel and you scroll your mouse it will scroll both the subpanel vertical AND increment/decrement a numeric control that has focus.
Solved! Go to Solution.
03-05-2015 09:44 AM
Pop up on the control and select Properties. On the Key Navigation tab is Built-in Mouse Wheel Support. Set to None.
Lynn
03-05-2015 09:47 AM
Bah! I swear I looked through every option in the properties... and searched Google. Now I just feel silly. Thanks.
05-29-2015 01:19 AM
but what to do when i want to enable this property in labview 2009??????????
05-29-2015 02:49 PM
Sorry. I think that property was added in LV 2013.
Lynn
05-29-2015 05:28 PM
Can you use a string control instead with an Event wired to it that deletes any non-numeric text entered?
I realize that may not work in some situations, depending on context.
08-06-2015 07:17 AM
HI!
I cannot disable mouse scrolling if I use a Slide and Digital Display has focus (see the attachement, please). What am I doing wrong?
Regards,
Ljubo.
05-26-2016 07:41 AM
I guess you got no answer because you asked in a solved topic...?
A year later, I was just fighting now with the same issue. From the Slide Control Properties Dialog you can't set the Mouse Wheel Support, but you can programmatically to the specific Digital Display's "BuiltInMouseWheelSupport" property. Your modified Example attached to play around and visualize it.
05-30-2016 05:03 AM
David,
thanks.
Ljubo.