This repository was archived by the owner on May 1, 2024. It is now read-only.

Description
Description
After NuGet packages upgrade in FlyoutPage sample app
https://github.com/xamarin/xamarin-forms-samples/tree/main/Navigation/FlyoutPage
to "Xamarin.Forms" 5.0.0.2196, and "Microsoft.UI.Xaml" upgrade to 2.7.0.0.
Steps to Reproduce
Check attached the UWP application
Expected Behavior
There should be no space between Flyout and Details pages
Actual Behavior
A space between Flyout and Details pages
Basic Information
Platform Target Frameworks:
UWP: 19041
Screenshots

Reproduction Link
FlyoutPageNavigation.zip
Workaround
Downgrade the "Microsoft.UI.Xaml" to 2.5.0.0. package, which is not possible in my case.