I am trying to switch from TabControl to Ribbon.
When using TabControl, I bound my UserControl's to TabItem.Content. It was enough to load my user controls while switching between tab items.
Now with WPF Ribbon controls, I will have RibbonButton. How should I load my user control with it? Should I handle a Click() event or what?