Browse By Tags

  • xamRibbon And PRISM

    I have a ribbon specified as a Region in my shell, and i need to populate multiple tabitems from each of my module. So i have implemented a region adapter(found in one of the forums) and the adapter is supposed to add the tabs from  each module to the…

  • ContextualTabGroups and Tabs DataBinding

    In a composite application, our modules can register their own tabs and controls into the XamRibbon control. The arcitecture is bases on the Movel View ViewModel. Therefore we would like to be able to bind the ContextualTabGroups and Tabs to our ViewModel…