MDI and WPF Ribbon
Posted
by femi
on Stack Overflow
See other posts from Stack Overflow
or by femi
Published on 2010-03-01T21:37:02Z
Indexed on
2010/05/20
1:10 UTC
Read the original article
Hit count: 908
Hello,
i noticed that the WPF Ribbon is bound to a XAML Usercontrol or window.
Lets imagine i have a windws.xaml page with a WPF Ribbon at the top.
I want to create an instance such that once i click on one of the WPF Buttons, i am taken to a different XAML UserControl or "page". How do i do this?
Will this new page have the WPF Ribbon on the top?
thanks
© Stack Overflow or respective owner