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.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum ExplorerBarContentSizeMode
AutoSizeToBestFit
The length of the content area is automatically calculated to fit the length of the content.
EqualLength
The length of all visible content areas is equal. This usually implies that no scrollbars are shown.
FixedLength
The length of the content area is fixed and is defined by the PageLength value for each RadPageViewPage.