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();
Since you confirmed that the feature I am asking for is not supported, no further assistance is necessary. Thank you.
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.
Hello ,
Infragistics UltraToolbarsManager is not designed to merge its ribbons when child forms are in DockAreaPane. So this has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
There are many benefits to submitting an product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thank you for contacting Infragistics.