Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Add User Control as a Ribbon Tab Item
posted

Hi,

I'm Using Composite Application Architecture for my application. I want to add Ribbon Tab Item from my loosely couple modules. In modules I can have only User Controls. I want to know how I can add user control for ribbon tab collection as a Ribbon Tab Item. 

 

 

Parents
  • 54937
    Suggested Answer
    Offline posted

    You ultimately need to create a RibbonTabItem and then you could set its Content as your usercontrol but you are going to have to provide your own glue/logic for creating the tab, initializing it and adding that to the XamRibbon's Tabs collection. This could be done by writing your own Region for xamRibbon if you're using CAL.

Reply Children