SplitPane is used to divide two components. The two components are divided based on the look and feel implementation, and they can be resized by the user. If the minimum size of the two components is greater than the size of the split pane, the divider will not allow you to resize it.
Questions tagged [splitpane]
91 questions
-2
votes
2 answers
Problems with Gridpane fxml layout
I have a fxml dialog in SceneBuilder, which contains a Gridpane on the right side of a Splitpane contained in a BorderPane. I have two issues with this dialog that relate to each other.
Problem #1 is the width of the last column doesn't behaveā¦

Alex
- 1,387
- 2
- 9
- 14