Class TabOverflowMode
Specifies what will happen when the width of the TabItems in the TabControl exceeds the available space.
Inheritance
System.Object
TabOverflowMode
Namespace: Telerik.Windows.Controls.TabControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class TabOverflowMode : Enum
Fields
Scroll
A scrollbar will appear when the items width is larger than the available space.
Declaration
public const TabOverflowMode Scroll
Field Value
TabOverflowMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Wrap
The tabs will automatically wrap when there is not enough space in the row.
Declaration
public const TabOverflowMode Wrap
Field Value
TabOverflowMode
|