Class ToolbarOverflowMode
Specifies the overflow mode of the RadToolbar control.
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
ToolbarOverflowMode
|
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
ToolbarOverflowMode
|
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
ToolbarOverflowMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
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
Field Value
ToolbarOverflowMode
|