Appbar 效果很好,但是当我使用
this.Content = new PAGE(Constructor1, Constructor1, Constructor1);
导航到其他页面....应用栏不显示....:|
相同的 Xaml 适用于我从 UI 导航的其他页面...(右键单击>导航到)但不适用于我使用代码时.....
<phone:PhoneApplicationPage.ApplicationBar>
<shell:ApplicationBar IsVisible="True" IsMenuEnabled="False">
<shell:ApplicationBarIconButton IconUri="/Images/appbar.cancel.rest.png" Text="Cancel"/>
</shell:ApplicationBar>
</phone:PhoneApplicationPage.ApplicationBar>
</phone:PhoneApplicationPage>