New to Kendo UI for Angular? Start a free 30-day trial
ToolbarScrollButtonsPosition
Controls where the ToolBar renders scroll buttons.
The possible options are:
start
—Renders the scroll buttons at the start before all tools.end
—Renders the scroll buttons at the end after all tools.split
(default)—Renders the scroll buttons on both sides of the tools list.
type
ToolbarScrollButtonsPosition = "start" | "end" | "split";