I have JavaFX 2.2 TableView component and need to Scrollbar set visible always.So how can I set visible Scrollbar to always in TableView using JavaFx css or as a TableView property in fxml?
Asked
Active
Viewed 5,475 times
2
prs
- 133
- 5
- 14
-
Maybe this can help, it's for a ListView but might work for TableView as well: http://stackoverflow.com/questions/17412933/always-show-vertical-scrollbar-for-javafx-listview – Perneel Dec 19 '13 at 10:41
-
Ref this solution:http://stackoverflow.com/questions/18321167/vertical-menu-for-configuration-panel/18327570#18327570 – Reegan Miranda Dec 21 '13 at 06:58