Class OverflowMode
Specifies the options of Toolbar display mode. Display option is considered when Toolbar content exceeds the available space.
Inheritance
System.Object
OverflowMode
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class OverflowMode : Enum
Fields
Extended
Extended - Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons. If the popup content overflows the height of the page, the rest of the elements will be hidden.
Declaration
public const OverflowMode Extended
Field Value
Type | Description |
---|---|
OverflowMode |
MultiRow
MultiRow - Displays the overflow toolbar items as an in-line of a toolbar.
Declaration
public const OverflowMode MultiRow
Field Value
Type | Description |
---|---|
OverflowMode |
Popup
Popup - Prioritized elements are displayed on the Toolbar and the rest of elements are moved to the popup.
Declaration
public const OverflowMode Popup
Field Value
Type | Description |
---|---|
OverflowMode |
Scrollable
Scrollable - All the elements are displayed in a single line with horizontal scrolling enabled.
Declaration
public const OverflowMode Scrollable
Field Value
Type | Description |
---|---|
OverflowMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |