I'm using RadzenSidebar inside RadzenLayout (slotted between header and footer like the docs example), and I'd like the user to be able to resize the sidebar's width at runtime — similar to how RadzenSplitter
lets you drag pane borders, with configurable min/max bounds.
Is there an officially supported way to:
bind/control the sidebar width at runtime, and
provide a draggable resize handle (splitter-like) with min/max bounds,
…while keeping the RadzenLayout slotting intact (header on top, footer on bottom, body filling the remaining space)?
If RadzenSidebar can't do this, what's the recommended approach — replacing it with a RadzenSplitter configuration that mimics the layout, or is there a CSS pattern you'd suggest? An example would be very helpful.