set FlyoutLayoutBehavior to FlyoutLayoutBehavior.SplitOnLandscape on Shell page

Viewed 20

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

1 Answers
Related