Class ToolbarOverflowMode
Specifies the overflow mode of the Rad
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ToolbarOverflowMode : Enum
Fields
Clip
When the toolbar items cannot fit in the available space, they are clipped.
Declaration
public const ToolbarOverflowMode Clip
Field Value
DropDown
When the toolbar items cannot fit in the available space, they are placed in the overflow drop-down menu.
Declaration
public const ToolbarOverflowMode DropDown
Field Value
Scroll
When the toolbar items cannot fit in the available space, they are scrolled horizontally or vertically, based on the orienatation of the toolbar.
Declaration
public const ToolbarOverflowMode Scroll
Field Value
value__
Declaration
public int value__
Field Value
System.
|
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.
Declaration
public const ToolbarOverflowMode Wrap