EnumSplitPanelSizeMode
Enum
Defines the posiible size modes for a split panel residing on a RadSplitContainer.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public enum SplitPanelSizeMode
Fields
Absolute
The panel has fixed size, regardless of the size of its container.
Auto
The panel is auto-sized. Its size depends on the size of its container as well as the number of all auto-sizable panels within the container.
Fill
A special mode, used to specify that a certain panel should fill all the available auto-sizable area.
Relative
The panel occupies a relative amount of its container's available size.