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