Reputation: 296
I am trying to create a desktop application using .net MAUI. I am planning to Shell
class for my main page.
When I am trying to add flyout behavior to FlyoutLayoutBehavior.SplitOnLandscape
, I cannot find any setting for that in Shell
class.
I can find those setting if i replace Shell
class with FlyoutPage
class
Upvotes: 1
Views: 337
Reputation: 13879
There is a known issue about this problem.
You can follow it up here: https://github.com/dotnet/maui/issues/7161 .
Thanks for your support and feedback.
Best Regards.
Upvotes: 1