LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using multiple tables but using one common scroll bar

Solved!
Go to solution

Hi

 

Im using 3 different string tables but i would like to use one common scroll bar to move vertically.

 

Any ideas?

 

Thanks

 

0 Kudos
Message 1 of 5
(2,992 Views)

I having trouble linking multiple tables together with the scroll bar? i need these tables to scroll together

 

could anyone help

0 Kudos
Message 2 of 5
(2,984 Views)

Create your own scrollbar.

Set it's min\max\page size so it matches the table data (min 0, max the size, page the nr of visible cells).

Catch it's value change event, and set the top left cell of the tables to the scrollbar's value..

0 Kudos
Message 3 of 5
(2,964 Views)
Solution
Accepted by topic author KJ26

Tables With Scrollbar.png

 

Like this.

 

If you want a horizontal scrollbar, it should be pretty easy to adapt.

 

Added benefit: The native scrollbars allow scrolling beyond the content, which is usually just silly...

Message 4 of 5
(2,944 Views)

Thank you 

0 Kudos
Message 5 of 5
(2,866 Views)