Enum
ToolbarOverflowMode

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.

Declaration

cs-api-definition
Clip = 3

Field Value

ToolbarOverflowMode

DropDown

When the toolbar items cannot fit in the available space, they are placed in the overflow drop-down menu.

Declaration

cs-api-definition
DropDown = 0

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

cs-api-definition
Scroll = 1

Field Value

ToolbarOverflowMode

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

cs-api-definition
Wrap = 2

Field Value

ToolbarOverflowMode

In this article
DefinitionFieldsClipDropDownScrollWrap
Not finding the help you need?
Contact Support