Specifies the layout mode of a drop-down list in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ToolbarDropDownLayoutMode
Fields
The list items are distributed linearly in horizontal or vertical direction, based on the current layout orientation.
C#
Linear = 0
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.
C#
Wrap = 1