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
180
Merging Ribbon when using UltraDockManager and TabbedMdiManager
posted

I have an MDI form with child forms - both the parent and children have a Ribbon interface. When I dock a child form in UltraDockManager, the ribbon does not merge but it shows in the child form and in the parent. Is there a way to show the child form in the DockManager but have the Ribbon merge like the normal MDI form does it?

Here is how I am adding the child form:

var myForm = new FrmSqlHistory(_sqlHistoryList) {TopLevel = false};
var dockAreaPane = this._udm.DockControls(new Control[] { myForm }, DockedLocation.DockedBottom, ChildPaneStyle.TabGroup);
var pane = dockAreaPane.Panes.Cast<DockableControlPane>().First(x => x.Control is FrmSqlHistory);
pane.IsMdiChild = true;
myForm.Show();

Parents
  • 48586
    posted

    Hello, ­­­­­

     

    I am just checking about the progress of this issue. Let me know If you need my further assistance on this  matter?

     

    Thank you for using Infragistics Components.

Reply Children
No Data