Hello,
I have a side menu like this:
<SfMenu CssClass="dock-menu" TValue="MenuItem" Orientation="Orientation.Vertical">
...
</SfMenu>
Is there a way to know if menu is collapsed (only icons are visible) or expanded (icons+text)?
Is there a way to avoid collapse/expand using mouse drag (only hamburger buttom on top)?
Thank you,
Roberto