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
20
XamRibbon with prism
posted

Hi,

I'm trying to figure out how to use ribbons in a real application, using regions in prism (http://compositewpf.codeplex.com). I'd actually want to work on the ideas of the infragistics salesman sample, but using a more modular architecture. The goal is to be able to display different sub-applications, all managed through a ribbon menu.  

So let's say I have a menu region which uses a xamribbon. In another module I also have a mainRegion, which displays datagrids, graphs ... just below the ribbon. 

How could I dynamically re-position my mainRegion so that I remains just below the ribbon, even after I clicked on minimize (isMinimized property = TRUE) ? (currently my mainRegion remains where it was initially defined). 

Thanks

Fabien