-
Enhancement
-
Resolution: Unresolved
-
P3
-
fx2.0.2
The current TableView API does not allow for the manipulation of the TableView vertical scrollbar. In my case I need to link the scrolling in multiple tables together with a separate external scrollbar. To achieve this we need to perform the following actions programatically:
1. Remove vertical scrollbar from tableview.
2. Manipulate scroll position (scrollPosition property?)
3. Force scroll height or allow scrolling beyond the end of the table (for the case where we need to synchronise the scrolling on two tables that have different number of rows)
1. Remove vertical scrollbar from tableview.
2. Manipulate scroll position (scrollPosition property?)
3. Force scroll height or allow scrolling beyond the end of the table (for the case where we need to synchronise the scrolling on two tables that have different number of rows)