04-04-2022 01:39 AM
Hello,
There is two tables on front panel. When scroll down the left table, right should be scrolled down automatically.
I manage to create this with arrays, but with tables, i just can't find appropriate property node.
Can someone advise please...
Thanks
04-04-2022 02:02 AM
You are after a property node called index values
04-04-2022 03:25 AM
Thanks on fast feedback.
When index values are used, i'm not able to enter values in 'values control' table.
I can scroll them together, but functionality is then lost.
I tried both way.
Any suggestions?
04-04-2022 07:03 AM
@milan87 wrote:
Thanks on fast feedback.
When index values are used, i'm not able to enter values in 'values control' table.
I can scroll them together, but functionality is then lost.
I tried both way.
Any suggestions?
My guess is that you are trapping a mouse down event to handle scrolling, and that something about your code structure is preventing data entry. Post your VI and I'll take a look.