12-18-2018 12:10 PM
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.
I would prefer to keep them as separate tables.
Thank You!
Solved! Go to Solution.
12-18-2018 12:45 PM - edited 12-18-2018 12:48 PM
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.