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?