alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum ToolbarType

    Specifies how to display toolbar items in the SfRichTextEditor component when the toolbar items exceed the container space.

    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum ToolbarType
    Remarks

    Controls how toolbar items behave when there is not enough space to display all of them.

    Fields

    Name Description
    Expand

    Shows the number of toolbar items that can fit within the container space and creates an expanded menu with the remaining items.

    MultiRow

    Wraps the toolbar items over multiple lines when the toolbar width exceeds the container space.

    Popup

    Displays the toolbar in popup mode when space is constrained.

    Scrollable

    Shows a scroll bar when the toolbar width exceeds the container space.

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