-
Enhancement
-
Resolution: Fixed
-
P4
-
8
TableView.scrollTo(int index) enables the application to make a specific row visible.
It would be good to also allow the application to make a specific *column* visible.
That could done by adding:
void TableView.scrollTo(TableColumn tableColumn)
It would be good to also allow the application to make a specific *column* visible.
That could done by adding:
void TableView.scrollTo(TableColumn tableColumn)
- blocks
-
JDK-8122870 ContentPanel: TableView incorrect rendering in case of more then 3 columns
-
- Resolved
-