RobertBColton / DockFX

A fully featured docking library for the JavaFX platform.
Mozilla Public License 2.0
278 stars 107 forks source link

Can you set a dock node to not resize with the parent? #31

Closed robross0606 closed 7 years ago

robross0606 commented 7 years ago

Does DockFX have any resize controls similar to SplitPane#setResizableWithParent() which can stop a pane from automatically resizing as a percentage of the parent?

robross0606 commented 7 years ago

Nevermind, just looked at the code and realized that SplitPane.setResizableWithParent(dockNode, false) will actually work.