LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Linked Table Scrolling

Solved!
Go to solution

Hello,

 

Is there a way to "link" two tables in LabVIEW together so that scrolling one will cause the other to scroll by the same amount?  I have two tables: one with the testing profile and one with the results, side-by-side and would like the results table to follow the profile table when scrolled.

image.png

 I would prefer to keep them as separate tables.

 

Thank You!

 

 

0 Kudos
Message 1 of 2
(3,139 Views)
Solution
Accepted by topic author patrick.wright

Attached is a simple example that should get you started - I am using the top row property to synchronize the two tables. You would need to add the code to have it be a two way action, and probably need to add some more code to catch edge cases, but it should give you an idea of how to get started.

 

Edit - you can get rid of the point to row method and just set the flag to true in the mouse down case - I didn't think of the case where you are just dragging within the table.

Message 2 of 2
(3,122 Views)