When using scrollview2d it is easy to navigate in a table, which is longer and wider than the screen.
But now I'm curious to find out if it is possible to use scrollview2d and navigate in a table, with the first
column locked when moving horizontally. So only the columns 2 until last are moved horizontally.
When navigating vertically all rows are working the same.
Actually I guess we need a scrollview for the first column, and scrollview2d for the other columns.
And a connection between them, to update okay, when scrolling up/down.
Maybe, column one, only scrolling vertically, other columns only scrolling horizontally.
But now I'm curious to find out if it is possible to use scrollview2d and navigate in a table, with the first
column locked when moving horizontally. So only the columns 2 until last are moved horizontally.
When navigating vertically all rows are working the same.
Actually I guess we need a scrollview for the first column, and scrollview2d for the other columns.
And a connection between them, to update okay, when scrolling up/down.
Maybe, column one, only scrolling vertically, other columns only scrolling horizontally.