You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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