LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Don't allow mouse wheel to scroll the vertical scrollbar after reaching the last element in array control

Solved!
Go to solution

It seems that if you turn off the built in scrollwheel functionality you can still catch that event.

The current index is correctly returned for indicators in this case too 😉

 

Since it is not updating the index itself, you will not get any flickers as discussed earlier.

 

WhatBug.png

 

0xDEAD

 

 

Message 11 of 12
(395 Views)

Haven't checked it out myself, but interesting catch, Deceased. This could be wrapped in a callback event, so it can be reused. All that's needed then to limit a scrollbar is to drop that VI in a diagram and wire a reference.

Message 12 of 12
(359 Views)