Hi
In my desktop application, there is one MDI Parent Form, I have put UltraFormManager Control on my form for look and feel. During adding UltraFormManager Control i was not add any container control like panel. Now i have add another control UltraToolbarManager, again i was not adding any container control while putting UltraToolbarManager control. Because container control is only add when my form is nonMdi.
In this scenario i have facing one problem, My UltraToolbarManager's "In Place Designer" option is disable so i have not able to add tools or menus on my form.
So that i have change my scenario. I have add container conrol like panel while adding UltaToolbarManager. Now i have easily add tools and menus. But in this scenario i have also facing a problem. I want to used UltraTabbedMdiManager control, because application has one master form and most of the forms are being child form of parent. i can't able to see client area of MDI Form. My child forms are not visible.
So how can i used this three controls simultaneously. How can i solved my problem which i had facing during this two scenario.
--HireN Lad
HI,
Maybe one possible approach could be if you are using UltraToolbarManager into the MDIChild form. If it is not possible you could include a container panel from your UltraFormManager - for example it is Form1_Fill_Panel and dock it at top of your MDIParent form.
Please take a look at the attached sample with this approach .
Regards
Hello,
I want to implement these scenario in my application which i had describe in my above post so that i request to infragistics team for better solution of my post.
Thank You.