PanelMenu Blazor AutoExpand

Using the PanelMenu in my blazor app - is it possible to set that the menu items inside are visible by default in other words the category should be expanded when app launches?

Ok scratch that - turns out just setting Expanded="true" solves that riddle :slight_smile: