Switching main view in WPF
- by mico
I know it might be silly, I have just started with WPF.
I want to switch to a different view when a user clicks on a control, for example showing a detail page after a click on a list. This view would replace the original.
In a web application this would be navigating to a different page. What is the local idiom for that?