I'm quite new to WPF and MVVM programming, but I am trying to create a WPF app using MVVM as a single-window application.
I followed the steps here: https://rachel53461.wordpress.com/2011/12/18/navigation-with-mvvm-2/ and was able to adapt the examples given for my project. However, I want to programmatically activate the views; how can I do this?
Thanks for any help!