用于从所有 PanoramaItems 进行导航的一个元素

发布于 2024-10-27 16:31:44 字数 337 浏览 0 评论 0原文

全景控制是我的应用程序中的主视图。它有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉栀 2024-11-03 16:31:44

我在标题中放置了一个图标。就我而言,它是一个用户磁贴,点击它即可登录。我认为将应用程序全局的内容放在标题中是有意义的。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文