Community MVVM Toolkit w/ Navigation

JasinCole

Well-known member
Joined
Feb 16, 2023
Messages
66
Programming Experience
1-3
I am really struggling to understand how to implement some type of navigation using Community MVVM Toolkit.

My zero experience with WPF is probably not helping me here. But even if I search I can't really find anything concrete as it seems navigation is somewhat of a mystery and is really up to the user to try and implement. SingletonSean on youtube gives probably the best explanation that I can follow, he uses a "Store" to handle the state of the application which controls the "CurrentViewModel" and based upon that the window view is updated using DataTemplates that link the VM to the view.

What's the best approach here?
 
Back
Top Bottom