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:
C#
public enum SplitPanelSizeMode
Fields
The panel has fixed size, regardless of the size of its container.
C#
Absolute = 1
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.
C#
Auto = 0
A special mode, used to specify that a certain panel should fill all the available auto-sizable area.
C#
Fill = 3
The panel occupies a relative amount of its container's available size.
C#
Relative = 2