Home > Back-end >  Lower AppShell Flyout Below Navigation Bar
Lower AppShell Flyout Below Navigation Bar

Time:09-17

first time asking a question on here, sorry if I mess up the etiquette.

I am using AppShell in my Xamarin.Forms project and am using a flyout in combination with a tab bar. What I want is for the AppShell flyout to always slide out below the navigation/title bar. Currently it covers the whole screen. I know that I could use a custom view but I like the features and integration of AppShell. For now, I want to try to do this with AppShell.

I've tried a few things like setting the HeightRequest of the flyout and creating an empty header. The Idea will be to keep the buttons in the nav bar always clickable when the side menu is out. Although, I'm starting to think that maybe this isn't possible with AppShell. Thanks!

enter image description here

  • Related