Leaving the hamburger frame in UWP
问题 I am new to UWP development. I am trying to make a simple app to show some data. I created a hamburger menu for the first sections of my app and it works well. But, after you choose a page, it is shown on a frame I have in my hamburger menu created with SplitViews. <RelativePanel Background="{StaticResource AccentBrush}"> <Button Name="HamburgerButton" FontFamily="Segoe MDL2 Assets" Content="" FontSize="36" Click="HamburgerButton_Click" /> <TextBlock Name="TitleTextBlock" RelativePanel