New to Kendo UI for Angular? Start a free 30-day trial
ToolbarScrollButtonsVisibility
Controls when the ToolBar renders scroll buttons.
The possible options are:
auto
(default)—Renders the scroll buttons only when the tools overflow the ToolBar container.visible
—Always renders the scroll buttons.hidden
—Never renders the scroll buttons.
type
ToolbarScrollButtonsVisibility = "hidden" | "visible" | "auto";