Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 WP7,我想在 ApplicationBar 中添加 5 个按钮,但它说应用程序栏中的列表太多,所以有什么解决方法可以让我继续。!
注意:我不想添加应用程序菜单项。
谢谢..
您是否考虑过制作一些不太常见的按钮菜单项?像这样:
<shell:ApplicationBar.MenuItems> <shell:ApplicationBarMenuItem Text="my menu item" Click="beginAllocateVotes"/> </shell:ApplicationBar.MenuItems>
5 个应用栏按钮可能看起来有点拥挤。