Firdaus Kamaruddin
Firdaus Kamaruddin

Reputation: 296

set FlyoutLayoutBehavior to FlyoutLayoutBehavior.SplitOnLandscape on Shell page

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

Answers (1)

Jessie Zhang -MSFT
Jessie Zhang -MSFT

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

Related Questions