Hi.
Adding
<ResourceDictionary>
<Style
TargetType="uwp:FormsCommandBar">
<Setter Property="IsOpen" Value="True" />
<Setter Property="DefaultLabelPosition" Value="Right" />
<Setter Property="OverflowButtonVisibility" Value="Collapsed"/>
</Style>
</ResourceDictionary>
to the UWP's App.xaml helps stop the menu text from dropping and looks better overall. Thanks for that.
However it does not stop Your Backdrop menu icon from disappearing when the page is resized or when you first launch the page.
It seems to remember the previous size that it was rendered at.
This icon does not disappear and works perfectly(As with your first demo) until you add the NavigationPage.TitleView in the menu page as detailed in my demo.
I've updated the demo with the UWP ResourceDictionary mods so you can see what it does.
Could you modify my demo to fix the backdrop page icon as this really is the main issue and I could do with some help on this.
Regards
Phil.
Attachment:
SfBackDropPage_ff170364.rar