It is difficult to explain this problem. thats why I prepared a sample project as attached. Please run the app on UWP local
You will see that UI is not extended as shown in the image below. if you make it full screen or enlarge the UI, SfListView appears good within the SfNavigation Drawer.
there are 2 solutions here
1) if you remove SfNavigationDrawer totally, all works fine.
2) If you keep SfNavigationDrawer and set the GrdDynamic=false or true, no binding. it still works fine. but using
<Grid x:Name="GrdDynamic" IsVisible="{Binding IsVisible}" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand">
So the problem is using sfNavigationDrawer with a dynamic Visible Content within the ContentView of SfNavigationDrawer.
Why is that happening? is it a bug?
PS; This problem doesnt occur in Android at all. it works fine. I dont know in IOS, i havent had a change to test it
Attachment:
App1_5389a054.7z