alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum OverflowMode

    Specifies the display mode for the Toolbar component when the content exceeds the available space.

    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum OverflowMode

    Fields

    Name Description
    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.

    MultiRow

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

    Popup

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

    Scrollable

    Displays all the elements in a single line with horizontal scrolling enabled.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved