简体   繁体   English

WindowsPhone 8.1-应用程序栏位置

[英]WindowsPhone 8.1 - Application Bar position

I'm forced to change look of ApplicationBar on application that runs on WindowsPhone 8.1. 我被迫更改在WindowsPhone 8.1上运行的应用程序上ApplicationBar的外观。 I need application bar to be on top not bottom. 我需要应用程序栏位于顶部而不是底部。 I tried to google it, but didn't come up with any simple solution. 我试图用Google搜索它,但没有提出任何简单的解决方案。 I'm not very experienced on this platform, so I would appreciate any help. 我在这个平台上经验不是很丰富,所以我将不胜感激。 Thanks. 谢谢。

I am not aware of any way to do this with the standard application bar 我不知道如何使用标准应用程序栏来执行此操作

But you can do your own control - put a simple Grid with several AppBarButton controls at the top of your page. 但是您可以做自己的控件-在页面顶部放置一个带有多个AppBarButton控件的简单网格。 If you want more advanced functionality like handling orientation changes, menu items, etc. .. you will have to program them yourself. 如果您需要更高级的功能,例如处理方向更改,菜单项等..,则必须自己进行编程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM