EnumToolbarOverflowMode
Enum
Specifies the overflow mode of the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum ToolbarOverflowMode
Fields
Clip
When the toolbar items cannot fit in the available space, they are clipped.
DropDown
When the toolbar items cannot fit in the available space, they are placed in the overflow drop-down menu.
Scroll
When the toolbar items cannot fit in the available space, they are scrolled horizontally or vertically, based on the orienatation of the toolbar.
Wrap
When the toolbar items cannot fit in the available space, they are wrapped horizontally or vertically on multiple lines, based on the orientation of the toolbar.