在xaml中添加Appbar(通用应用程序)

时间:2014-04-07 19:50:02

标签: xaml windows-phone-8 windows-phone-8.1 win-universal-app

如何使用Hub模板将带有按钮的appbar添加到Windows Phone 8.1应用程序? 我没有看到任何明确的例子来说明这一点。

具体来说,使用Hub模板,我想将appbar菜单项添加到ItemsPage.xaml。

1 个答案:

答案 0 :(得分:5)

在Windows Phone 8.1项目中,您必须使用 CommandBar API。

看看on this guide,是否适用于Windows 8.1,但语法完全相同。请注意,您必须仅使用 BottomAppBar ,其中 PrimaryCommands 显示为我们所知的标准AppBar按钮,并且 SecondaryCommands 显示为菜单项。