I'm using Windows template studio, in ShellPage.xaml, I can set NavigationView's PanToggleButton visible or not by using
IsPaneToggleButtonVisible=true/false;
And by default, my app will navigate to MainPage() after App started. When I navigate to Page1, I want to set PanToggleButton
invisible.
How to do that?