Enum
TabOverflowMode

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:

cs-api-definition
public enum TabOverflowMode

Fields

Scroll

A scrollbar will appear when the items width is larger than the available space.

Declaration

cs-api-definition
Scroll = 0

Field Value

TabOverflowMode

Wrap

The tabs will automatically wrap when there is not enough space in the row.

Declaration

cs-api-definition
Wrap = 1

Field Value

TabOverflowMode

In this article
DefinitionFieldsScrollWrap
Not finding the help you need?
Contact Support