I am creating an Application which will be a Tab based application having separate pages for each Tab. I want use RibbonTab as the Tab.
On selecting one RibbonTab corresponding UserControl will be loaded in the below section. Each RibbonTab and each UserControl should behave like a pair.
First Challenge - It would be easy to use single ViewModel for each RibbonTab-UserControl pair. But how to share single ViewwModel in to separate view.
Second Challenge - What is best way to implement this application
One Ribbontab and One UserControl is already ready. Waiting for how to associate those two.