Switching main view in WPF

Posted by mico on Stack Overflow See other posts from Stack Overflow or by mico
Published on 2010-04-27T13:30:31Z Indexed on 2010/04/27 13:33 UTC
Read the original article Hit count: 328

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about gui