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();
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.
Since you confirmed that the feature I am asking for is not supported, no further assistance is necessary. Thank you.