A happy new year to everybody!
I want to create a tableview with "fixed columns".
For this I place two tableviews next to eachother.
The left tableview I fill for example with one column containing names.
The right tableview I fill with many different columns. If the number of these columns huge, I can scroll the tableview horizontally and the names of the left tableview are still visible.
Is there a possibility to scroll the right tableview vertically programatically when left tableview is scrolled?
Can I use the scrollto command?
Thanks for helping
Werner