Hello,
I'm developing a cross-platform app using Xamarin.Forms using .NET Standard as the shared project. During the development I found the essence of a Hamburger Menu similar to one that is used in Template 10 for UWP. The menu that MasterDetailPage is currently using does not support a collapsed state, it only closes or shown. It it possible to add such feature in Xamarin.Forms? Or can I change the default behavior for MasterDetailPage?
The Hamburger menu should have a state "collapsed" that should collapse the menu and show the Icons only so that users can navigate around the other pages of the app
The Hamburger menu disappears when user clicks outside the menu or click on Hamburger icon
Hi @radekdoulik thanks for your feedback. I think this could be a good candidate for a PlatformSpecific
we can't really change the default behaviour as that is a breaking change, but we could introduce a PS that allows user to say the hidden should show as collapsed on UWP.
Hi @rmarinho, is it possible to have such Hamburger menu in all the platforms?
Hum.. not sure if Shell could allow this. @davidortinau @samhouts what do you think? could Shell have a collapse menu also?
@rmarinho what's the status?
@rmarinho any update?
This would be great to have it on UWP. Similar to the UWP NavigationView - PaneDisplayMode="LeftCompact"
See https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/navigationview