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