Controls the visibility of the scroll buttons of the ToolBar.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum ToolBarScrollButtonsVisibility
Fields
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.
C#
Auto = 0
The scroll buttons will never be rendered.
C#
Hidden = 1
The scroll buttons will always be rendered.
C#
Visible = 2