I have SplitPane in my application. This is SplitPane have divider with default width. How can i set the width of SplitPane Divider
@FXML
private SplitPane splitPane;
// splitPane here get Divider and set New Width
Use css to change the width of the divider:
.split-pane > .split-pane-divider {
-fx-padding: 0 0.75em 0 0.75em;
}
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