Styling a TableView scroll-bar in CSS (JavaFX) -


how can style "this" point in tableview?

enter image description here

the styleclass looking .corner

in applications .css file can apply style e.g.

.corner {-fx-background-color: green;} 

when need know styleclass of component, can use css analyzer in scenebuilder (view -> show css analyzer), or scenicview more convenient


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -