New to Telerik UI for .NET MAUIStart a free 30-day trial

Specifies the overflow mode of the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum ToolbarOverflowMode

Fields

When the toolbar items cannot fit in the available space, they are clipped.

C#
Clip = 3

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

C#
DropDown = 0

When the toolbar items cannot fit in the available space, they are scrolled horizontally or vertically, based on the orienatation of the toolbar.

C#
Scroll = 1

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.

C#
Wrap = 2
In this article
DefinitionFieldsClipDropDownScrollWrap
Not finding the help you need?
Contact Support