Scrolling one table from another

I have been trying to achieve the Column Freeze in Ignition, there are few resources that says we can use View Canvas option and someone has already done that. But I am looking for a Python based solution.

For this purpose I have decided to use 2 tables side by side, use 1 to have columns that needs to be Frozen, and other one will have the columns that don't need freezing, we can scroll left or right.

I don't need to scroll left or right the first table but I have to sync the scrolling of up and down in both tables.

How do I sync the scrolling between these 2 tables.

Is there a property that I can use to handle the scrolling?

Don't scroll the tables but the component they're in.
By far the easiest solution.

Nice solution.

You may need to adjust x and y overflows separately and tweak heights and stuff, but that's still easier than trying to do this with scripting.

1 Like

Let me try