The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have a form which may sometimes be an MDI child, and sometimes standalone. I'd like it to have a toolbar/menubar if it is standalone, or merge into the main toolbar/menubar if it is MDI.
At the moment, I can't figure out how to do this, since apparently I have to use a MainFrameBarManager on the MDI parent form and a ChildFrameBarManager on the other form. I tried using a MainFrameBarManager on both, and it runs except that I get the toolbars on both the main form and the child form.
Is there some way that I can do this, maybe by hiding the toolbars when the form is loaded in an MDI parent, and show them otherwise?
ADAdministrator Syncfusion Team November 25, 2002 02:54 PM
Steve,
This is not supported in our current version. We are however planning to add this feature in our next major version, scheduled for some time early January. We will probably move to a single BarManager (rather than 2 different ones).
Hope this can wait till then.
Regards,
Praveen Ramesh
Essential Tools Development Team