Enum
ExplorerBarContentSizeMode

This enumerator defines the possible size modes for the content areas in a RadPageViewExplorerBarElement. The size modes define how the content areas are calculated according to their content or the size of the RadPageView control.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum ExplorerBarContentSizeMode

Fields

AutoSizeToBestFit

The length of the content area is automatically calculated to fit the length of the content.

Declaration

cs-api-definition
AutoSizeToBestFit = 1

Field Value

ExplorerBarContentSizeMode

EqualLength

The length of all visible content areas is equal. This usually implies that no scrollbars are shown.

Declaration

cs-api-definition
EqualLength = 2

Field Value

ExplorerBarContentSizeMode

FixedLength

The length of the content area is fixed and is defined by the PageLength value for each RadPageViewPage.

Declaration

cs-api-definition
FixedLength = 0

Field Value

ExplorerBarContentSizeMode