Set a ListView unsrollable in javaFx -
Set a ListView unsrollable in javaFx -
i know how create list view unscrollabe (in javafx). can't find setter or getter that. i'am looking :
mylistview.setscrollable(false); if can help me i'll glad :).
there no direct way (no vbar policy scrollpane had)
try this:
.list-view .virtual-flow .scroll-bar:vertical { visibility: false; } this doesn't realy solve problem. user can't click on thumb, increment , decrement button, can't scroll scroll wheel can select item , press or downwards arrow keys on keyboard.
javafx
Comments
Post a Comment