CommunityToolkit / MVVM-Samples

Sample repo for MVVM package
Other
1.15k stars 224 forks source link

Navigating to another window under WPF? #76

Open aybe opened 2 years ago

aybe commented 2 years ago

As far as I can tell, the kit does not seem provide some abstract infrastructure on how to achieve that.

Say I have a main window, i.e. the shell and I'd like to open another window, not a user control that would sit in a frame in the shell.

How would you achieve that?