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