Enum
TabStripOverflowMode

Defines the overflow mode of the tabs in the TelerikTabStrip component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum TabStripOverflowMode

Fields

Menu

Enables menu tabs overflow mode. When the tabs exceed the available space, they will be hidden and a menu button will appear. Clicking the menu button will display a dropdown menu containing the hidden tabs, allowing users to select and navigate to them.

Declaration

cs-api-definition
Menu = 2

Field Value

TabStripOverflowMode

None

When the tabs exceed the available space, they will wrap to the next line, allowing all tabs to be visible without the need for scrolling or a menu.

Declaration

cs-api-definition
None = 0

Field Value

TabStripOverflowMode

Scroll

Enables scrollable tabs overflow mode. When the tabs exceed the available space, they will be scrollable, allowing users to navigate through them horizontally.

Declaration

cs-api-definition
Scroll = 1

Field Value

TabStripOverflowMode

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