Enum
ToolbarDropDownLayoutMode

Specifies the layout mode of a drop-down list in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum ToolbarDropDownLayoutMode

Fields

Linear

The list items are distributed linearly in horizontal or vertical direction, based on the current layout orientation.

Declaration

cs-api-definition
Linear = 0

Field Value

ToolbarDropDownLayoutMode

Wrap

The list items are wrapped on multiple lines, when they cannot fit the available space in horizontal or vertical direction, based on the current layout orientation.

Declaration

cs-api-definition
Wrap = 1

Field Value

ToolbarDropDownLayoutMode

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