position
Determines the position of this Divider. This is NOT measured in pixels, but is a ratio of the SplitPane's width (in the range 0..1).
When setting this property, the value is clamped to (0..1). Setting this value may also change other Divider's positions to ensure that the positions never go downwards from left to right.
e.g. If the positions were 0.4 , 0.6
and the first divider's position is set to 0.7
, then the 2nd divider will also be set to 0.7
, to prevent the invalid positions : 0.7 , 0.6
.
Likewise, starting with 0.4 , 0.6
and changing the second position to 0.1
, will result in both being set to 0.1
.