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?
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.