Struct SplitContainer
Container for splitting and adjusting.
struct SplitContainer
;
Container for splitting two Controls vertically or horizontally, with a grabber that allows adjusting the split offset or ratio.
Properties
| Name | Type | Description |
|---|---|---|
collapsed[get, set]
|
bool | If true, the area of the first Control will be collapsed and the dragger will be disabled.
|
draggerVisibility[get, set]
|
SplitContainer | Determines the dragger's visibility. See draggervisibility for details.
|
splitOffset[get, set]
|
long | The initial offset of the splitting between the two Controls, with 0 being at the end of the first Control.
|
Methods
| Name | Description |
|---|---|
_guiInput
|
|
clampSplitOffset
|
Clamps the splitOffset value to not go outside the currently possible minimal and maximum values.
|
getDraggerVisibility
|
|
getSplitOffset
|
|
isCollapsed
|
|
setCollapsed
|
|
setDraggerVisibility
|
|
setSplitOffset
|
Enums
| Name | Description |
|---|---|
Constants
|
|
DraggerVisibility
|