Hello @דני שטרית ,
Usually, we can set Flyout header and footer by setting <Shell.FlyoutHeader>
and <Shell.FlyoutFooter>
. I noticed that you are using FlyoutPage , and set the MenuPage
as the flyout
.
FlyoutPage is incompatible with .NET MAUI Shell apps, and an exception will be thrown if you attempt to use FlyoutPage in a Shell app, refer to https://learn.microsoft.com/en-us/dotnet/maui/user-interface/pages/flyoutpage
So, you have to add a customized control in your MenuPage
, so that it looks like the header and footer.
Best Regards,
Wenyan Zhang
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.