A container that accepts only two child controls, then arranges them horizontally or vertically and creates a divisor between them. The divisor can be dragged around to change the size relation between the child controls.
Emitted when the dragger is dragged by user.
DRAGGER_VISIBLE = 0
The split dragger is visible when the cursor hovers it.
The split dragger is never visible.
The split dragger is never visible and its space collapsed.
If true
, the area of the first Control will be collapsed and the dragger will be disabled.
Determines the dragger's visibility. See DraggerVisibility for details.
The initial offset of the splitting between the two Controls, with 0
being at the end of the first Control.
If true
, the SplitContainer will arrange its children vertically, rather than horizontally.
Can't be changed when using HSplitContainer and VSplitContainer.
Clamps the split_offset value to not go outside the currently possible minimal and maximum values.