用于从所有 PanoramaItems 进行导航的一个元素
全景控制是我的应用程序中的主视图。它有 3 个 PanoramaItems
。我还有一个页面,这对于整个应用程序来说很重要。因为这很重要,所以我希望能够从每个 PanoramaItem
导航到该“重要”页面。
我认为这是 ApplicationBar
非常适合的任务。 但是我知道AppBar
根本不应该用于全景控制。
我能想到的下一个解决方案是每个 PanoramaItem.Header 中的一些图标/按钮。
是否有进行此类导航的标准方法?
Panorama control is main view in my app. It has 3 PanoramaItems
. I also have one Page which is kind of important for whole app. Because it is important I want to have possibility to navigate to that "important" page from each PanoramaItem
.
I think this is task where ApplicationBar
suits well. BUT I know that AppBar
shouldn't be used on Panorama control at all.
Next solution I can think of would be some icon/button in each PanoramaItem.Header
.
Are there any standard ways of doing this kind of navigation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在标题中放置了一个图标。就我而言,它是一个用户磁贴,点击它即可登录。我认为将应用程序全局的内容放在标题中是有意义的。
I put an icon in the header. In my case it is a user tile, and tapping it logs you in. I think it makes sense to put things that are global to the app up there in the header.