.NET MAUI – Split View AppShell / Static Map Layout
I’m building an app in .NET MAUI that currently uses AppShell for navigation and works well when used with a phone or tablet both locked to portait mode. There is a new requirement coming that will allow the user to use the same app on a tablet in landscape mode which will then present a split screen view. On the left would be the application running exactly how it does currently using AppShell and on the right would a static map control. The user should be able to navigate through the app on the left side normally while the right side remains unchanged. Is there a way I can achieve this goal and still take advantage of AppShell navigation? Or am I going to need to switch to NavigationPages? Or is this even possible?
How we set Flyout property and detail property on code behind in Flyout page in .net MAUI?
I need to migrate the Xamarin project to MAUI . I need to implement the flyout page and set the flyout and detail property on code behind is there any solution ?
How we set Flyout property and detail property on code behind in Flyout page in .net MAUI?
I need to migrate the Xamarin project to MAUI . I need to implement the flyout page and set the flyout and detail property on code behind is there any solution ?