public static void setResizableWithParent (Node node, Boolean value)

Sets a node in the SplitPane to be resizable or not when the SplitPane is resized. By default all node are resizable. Setting value to false will prevent the node from being resized.

Parameters:
node    A node in the SplitPane.
value    true if the node is resizable or false if not resizable.

Since:  JavaFX 2.1