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

NameTypeDescription
collapsed[get, set] boolIf true, the area of the first Control will be collapsed and the dragger will be disabled.
draggerVisibility[get, set] SplitContainer.DraggerVisibilityDetermines the dragger's visibility. See draggervisibility for details.
splitOffset[get, set] longThe initial offset of the splitting between the two Controls, with 0 being at the end of the first Control.

Methods

NameDescription
_guiInput
clampSplitOffset Clamps the splitOffset value to not go outside the currently possible minimal and maximum values.
getDraggerVisibility
getSplitOffset
isCollapsed
setCollapsed
setDraggerVisibility
setSplitOffset

Enums

NameDescription
Constants
DraggerVisibility