Navigation hierarchy #4700
thejoyfuldev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The functionality I have been trying to implement is like Windows 11 Settings. It has the main navigation menu on the side and sub-pages in the clickable settings card. I have implemented a very basic example but running into an issue with going back in navigation. For example,
Peer Pages:
MainPage
BlankPage1
SettingsPage
Children to MainPage
BlankPage2
BlankPage3
If I navigate to BlankPage2 from MainPage, then click on another peer, say SettingsPage and then click back, the settings page content is replaced with BlankPage2 content but the header still says Settings.
I am using the following code in MainPage for a button to navigate to the BlankPage2. The navigation view uses the navigation service.
Beta Was this translation helpful? Give feedback.
All reactions