We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Tabbed Gradient Panel

I´ve a MDI Form with a gradient panel (dockable) and I need the panel to start as a tabbed document occupying the free space form.
Now the panel is starting as "Dockable" and then (in runtime) I move it as a tabbed document but I need it start as a tabbed document directly.
Is there any property to set? or any method?
Thanks!!!


1 Reply

VS Vallarasu S Syncfusion Team June 14, 2011 04:20 AM UTC

Hi Ayelen,

Thanks for your interest in Syncfusion products.

The panel can be transitioned to mdi child as follows


this.dockingManager1.SetAsMDIChild(this.panel1,true);


Refer the following user guide and let me know if you need any further assistance on this.

MDI_Child_Transition

Regards
Vallarasu S.


Loader.
Live Chat Icon For mobile
Up arrow icon