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…

  • Re: XamRibbon with prism

    I've been working on doing integrating ribbons with prism, and I can tell you it's not easy. I think I have most of the problems solved by having my shell that contains the ribbon publishing which button was clicked and my controls viewmodels subscribing…