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
65
Ribbon Tab Merging
posted

In one of my projects, I am using an UltraWinToolbar set to display the Ribbon.  This sits on a MDIParent and each MDI Child has a Ribbon that merges into the parent Ribbon.  However, on the MDI children, I load controls that dynamically updates the Ribbon on the MDI Child that contains the control.  Of course, I call the RefreshMerge() method to resynch the child and parent Ribbons.  This works fine except that the Ribbon always jumps back to the zero index tab on the parent Ribbon.  I want to keep the same Ribbon tab active after the RefreshMerge call as was active before the method was called.

Additonally, I have a tab in the parent and in the child with the same name, but they will not merge their groups/tools together.  Instead, both tabs remain seperate.

 This is with the Infragistics NetAdvantage 2008 V1.