New to Kendo UI for AngularStart 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";

Not finding the help you need?
Contact Support