Resizing the Sidebar

I am using a RadzenSidebar component within RadzenLayout. I was wondering if there was any out-of-the-box way for the Sidebar to be resizable (not just collapsible / expandable).

Hi @holly.anderson,

You can set the size of RadzenSidebar by setting style="width: 400px". Resizing it via dragging isn't supported though. You can probably use RadzenSplitter instead.