I have a JavaFX application with a SplitPane
. I want do hide the Slider/Divider of SplitPane
. How can I do this?
Greetings from Germany (so sorry for my english)
Julian
These other answers still left a thin gray bar so in my CSS I added:
.split-pane-divider {
-fx-background-color: transparent;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With