C
C#15mo ago
OmegaLol21

❔ How to handle navigation in WinUI between pages?

I am using WinUI 3 and Windows App SDK 1.2 for reference. I have this setup right now where I have a main window, which just has a frame in it. The frame hosts a page which is the RootView, and that RootView hosts a NavigationView in it and again has another frame for navigation. How would I handle the navigation between pages inside the frame? Like for example, let's say I have the home page currently shown, and I want to go to the settings page from the home page, not from the NavigationView, how would I handle that (preferably with MVVM in mind)
1 Reply
Accord
Accord15mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.