You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Hamburger Menu control does not have a way to set the visibility of the Scroll bar for the Menu items.
Using ScrollViewer.ScrollbarVisibility="Visible" does not work.
The current behavior is that it will show up if the mouse enter the Pane, but it will disappear if you leave the Pane. That can cause to users not knowing that the pane is scrollable at first glance.
It doesn't look like the hamburger menu control has a ItemsPanel property I can override.
If I am missing something, any guidance would be great.