-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
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
-