TabOverflowMode
Enum
Specifies what will happen when the width of the TabItems in the TabControl exceeds the available space.
Definition
Namespace:Telerik.Windows.Controls.TabControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum TabOverflowMode
Fields
A scrollbar will appear when the items width is larger than the available space.
C#
Scroll = 0
The tabs will automatically wrap when there is not enough space in the row.
C#
Wrap = 1