Enum
ToolBarScrollButtonsVisibility

Controls the visibility of the scroll buttons of the ToolBar.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
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

cs-api-definition
Auto = 0

Field Value

ToolBarScrollButtonsVisibility

Hidden

The scroll buttons will never be rendered.

Declaration

cs-api-definition
Hidden = 1

Field Value

ToolBarScrollButtonsVisibility

Visible

The scroll buttons will always be rendered.

Declaration

cs-api-definition
Visible = 2

Field Value

ToolBarScrollButtonsVisibility

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