A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Hello,
Unable to change the Hamburger menu icon, Default icon is populating.
Currently, MAUI provides an API for modifying FlyoutIcon in the Shell. There is currently no API for modifying the hamburger icon in FlyoutPage
<Shell
...
Shell.FlyoutBehavior="Flyout"
FlyoutIcon="dotnet_bot.png">
For this requirement, you can publish it to the official GitHub repository to make our development team aware of it.
Trying to achieve the Flyout Collapsable style as Partial, I had tried below ways but no working.
This API has not yet been migrated, see Platform Specifics are not working #5856 for details.
FlyoutPage CollapseStyle and CollapsedPaneWidth. While in Xamarin.Forms we used a custom control called FlyoutPageControl where we included properties to manage this Platform Specifics, in .NET MAUI we use RootNavigationView https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.navigationview?view=winui-3.0 without this options without customize the control.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.