geoxile
geoxile

Reputation: 358

JavaFX Scenebuilder: Is it possible to disable the resizing of the SplitPane divider?

Is it possible to disable automatic resizing/placement of the divider of a SplitPane when resizing the entire frame? In other words, I only want it to automatically move the divider only to shrink (when the application's frame is too small) or if the user manually moves the divider.

Upvotes: 0

Views: 3103

Answers (1)

agonist_
agonist_

Reputation: 5032

This is probably what your are looking for : How can I avoid a SplitPane to resize one of the panes when the window resizes?

and from the javadoc

Upvotes: 2

Related Questions