I am trying to create a WPF application and for Navigation I am using the example I found at
<a href="https://rachel53461.wordpress.com/2011/12/18/navigation-with-mvvm-2/" rel="nofollow noreferrer">https://rachel53461.wordpress.com/2011/12/18/navigation-with-mvvm-2/</a>
Now, I need to navigate from one UserControl to another on button click.
Can somebody guide me how to achieve this with MVVM? Or if I should look at using some framework for Navigation.
<a href="https://rachel53461.wordpress.com/2011/12/18/navigation-with-mvvm-2/" rel="nofollow noreferrer">https://rachel53461.wordpress.com/2011/12/18/navigation-with-mvvm-2/</a>
Now, I need to navigate from one UserControl to another on button click.
Can somebody guide me how to achieve this with MVVM? Or if I should look at using some framework for Navigation.