The Blazor Splitter divides an area into resizable, collapsible panes, horizontally or vertically.
Console log
The following keys resize the panes when a resize bar is focused.
| Press this key | To do this |
|---|---|
| Tab | Move focus to the next resize bar or collapse/expand button. |
| Left or Right Arrow | Resize the panes of a horizontal Splitter. |
| Up or Down Arrow | Resize the panes of a vertical Splitter. |
| Home | Resize the pane to its minimum (smallest allowed) size. |
| End | Resize the pane to its maximum (largest allowed) size. |
| Enter or Space | Collapse or restore the focused pane (on the resize bar or the collapse/expand button). |
Use RadzenSplitter with RadzenSplitterPane children; users drag the bars to resize, and panes can be collapsible.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT