Enum
ToolBarScrollButtonsVisibility

Controls the visibility of the scroll buttons of the ToolBar.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

public enum ToolBarScrollButtonsVisibility

Fields

Auto

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

Declaration

Auto = 0

Field Value

ToolBarScrollButtonsVisibility

Hidden

The scroll buttons will never be rendered.

Declaration

Hidden = 1

Field Value

ToolBarScrollButtonsVisibility

Visible

The scroll buttons will always be rendered.

Declaration

Visible = 2

Field Value

ToolBarScrollButtonsVisibility