Hello,
I would like to ask if it is possible to add a "menu" to the root items in treeview as a menubar. Example: in the following example https://blazor.syncfusion.com/demos/sidebar/default-functionalities?theme=bootstrap5 , to display the FAVORITES and JOHN menu with subitems after mouse over. (FAVORITES menu with INBOX and SEND ITEMS, JOHN menu with INBOX, DRAFTS...)
My point is that I would like, when hiding the SIDEBAR, to show in the dock only the icons of the root items (favorites and john) and display the menu with subitems on them. So that there is no need to open the complete sidebar dock. When the sidebar is opened, it would show the complete treeview of the item.
I hope I described my problem in a clear way.