Enum
TabStripScrollButtonsVisibility

Controls the visibility of the scroll buttons of the TabStrip.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum TabStripScrollButtonsVisibility

Fields

Auto

The scroll buttons will be rendered only when the tab list has become scrollable and the TabStrip cannot accommodate the full width of the tab list.

Declaration

cs-api-definition
Auto = 0

Field Value

TabStripScrollButtonsVisibility

Hidden

The scroll buttons will never be rendered.

Declaration

cs-api-definition
Hidden = 1

Field Value

TabStripScrollButtonsVisibility

Visible

The scroll buttons will always be rendered.

Declaration

cs-api-definition
Visible = 2

Field Value

TabStripScrollButtonsVisibility

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