Defines the overflow mode of the tabs in the TelerikTabStrip component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum TabStripOverflowMode
Fields
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.
C#
Menu = 2
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.
C#
None = 0
Enables scrollable tabs overflow mode. When the tabs exceed the available space, they will be scrollable, allowing users to navigate through them horizontally.
C#
Scroll = 1