Loading page in WPF

Posted by Shift on Stack Overflow See other posts from Stack Overflow or by Shift
Published on 2010-03-30T18:38:39Z Indexed on 2010/03/30 18:43 UTC
Read the original article Hit count: 270

Filed under:

Guys, I have a basic WPF application. Contains App.xaml as always and a Mainwindows.xaml. I've created also some pages like page1/2/3. I want to load for example page1.xaml in mainwindows.xaml. Is this possible? And also want to close it so the content of mainwindow.xaml will stay in there.

I dont want this to be a navigation application with the left/right arrpws at the top.

© Stack Overflow or respective owner

Related posts about wpf