New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public enum ExplorerBarContentSizeMode

Fields

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

C#
AutoSizeToBestFit = 1

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

C#
EqualLength = 2

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

C#
FixedLength = 0