menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverflowMode - API Reference

    Show / Hide Table of Contents

    Class OverflowMode

    Specifies the display mode for the Toolbar component when the 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

    Hides the overflowing toolbar items in the next row and shows them when clicking 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

    Displays the overflow toolbar items as an in-line of the toolbar.

    Declaration
    public const OverflowMode MultiRow
    Field Value
    Type Description
    OverflowMode

    Popup

    Displays prioritized elements on the Toolbar and moves the rest of the elements to a popup.

    Declaration
    public const OverflowMode Popup
    Field Value
    Type Description
    OverflowMode

    Scrollable

    Displays all the elements 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved