Responsiveness
Scrolling
Pop-up menu
Multiple rows
Extended toolbar
The Blazor Toolbar component dynamically adjusts to available space, supporting scrollable and pop-up display modes for modern web and mobile applications.
The scrollable display mode presents toolbar commands in a single line, allowing horizontal scrolling when the items exceed the visible space. You can swipe across the toolbar commands to navigate through them.
The pop-up menu is an alternate overflow mode where the toolbar container accommodates items within the visible space. Any items exceeding this space are relocated to the overflow pop-up container. To access the overflow, simply click on the pop-up icon.
Toolbar holds the commands that can be placed in the available space. The rest of the overflowing commands that do not fit within the viewing area will be displayed as an in-line of a toolbar.
Hide toolbar items that overflow into the next row and display them by clicking the expand icon. If pop-up content exceeds the page height, other elements will be concealed.