LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tie Scrollbars together

Solved!
Go to solution

Capture.PNGMy program is coming together really well functionally and now I need to dress it up a bit. I have 5 array boxes with scrollbars that I would like see get adjusted from any one of the boxes. Is it possible?

0 Kudos
Message 1 of 5
(3,133 Views)

Yes the easiest way to do this is to create a new vertical scroll bar, then have an event structure get triggered on a value change, and then using a property node set the index value of all the array controls, to the value of the vertical scrollbar.  You can then hide all the other vertical scrollbars on the other controls.  You'll also need to set the scrollbar size to the number of elements in the array.

0 Kudos
Message 2 of 5
(3,123 Views)

I'm with you up until the property node settings. I don't see how to set this up.

0 Kudos
Message 3 of 5
(3,114 Views)
Solution
Accepted by topic author RHutchings

Sure thing, here is a demo.  When it is working you can obviously hide the scrollbars on each of the controls.

 

Scrollbar Demo_BD.png

Message 4 of 5
(3,088 Views)

Thank you very much.

0 Kudos
Message 5 of 5
(3,062 Views)