Blazor Rich Text Editor Example - Type
Toolbar Type |
This sample demonstrates the different display modes supported by the Rich Text Editor's toolbar. Change the toolbar type to observe how it arranges items when they exceed the available viewing space.
The Rich Text Editor supports different display modes using the Type property of RichTextEditorToolbarSettings. The possible types are:
- Expand - The Toolbar hides overflowing items in the next row. Click the expand arrow to view overflow toolbar items.
- MultiRow - The Toolbar displays overflowing items in the next row.
- Scrollable - The Toolbar displays all items in a single line with horizontal scrolling enabled when commands overflow available space.
- Popup - The Toolbar hides overflowing items in a popup menu when space is limited, displayed upon clicking the overflow icon.