Enum
SplitPanelSizeMode

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.

Declaration

cs-api-definition
Absolute = 1

Field Value

SplitPanelSizeMode

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.

Declaration

cs-api-definition
Auto = 0

Field Value

SplitPanelSizeMode

Fill

A special mode, used to specify that a certain panel should fill all the available auto-sizable area.

Declaration

cs-api-definition
Fill = 3

Field Value

SplitPanelSizeMode

Relative

The panel occupies a relative amount of its container's available size.

Declaration

cs-api-definition
Relative = 2

Field Value

SplitPanelSizeMode

In this article
DefinitionFieldsAbsoluteAutoFillRelative
Not finding the help you need?
Contact Support