New to Telerik UI for BlazorStart a free 30-day trial

Specifies how the ToolBar items overflow.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum ToolBarOverflowMode

Fields

A button that opens a context menu with the overlapped items is rendered when the space is insufficient. The items are rendered as context menu

  • elements.

    C#
    Menu = 1

    Disables the overflow of the items even when the space is insufficient. The ToolBar follows the default wrapping of the HTML elements.

    C#
    None = 0

    The element that holds the items becomes scrollable when the space is insufficient.

    C#
    Scroll = 3

    A button that opens a popup with the overlapped items is rendered when the space is insufficient. The items are rendered with their actual content and are not altered.

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