New to Kendo UI for Angular? Start a free 30-day trial
OverflowMode
Updated over 6 months ago
Sets how the ToolBar handles overflow when there is not enough space to display all tools.
type OverflowMode = "scroll" | "section" | "menu" | "none";