Docking Issue

Hi

I am facing this problem from some time now. I have three docking panels (say panel1, panel2, panel3) which have to be stacked and docked at the left of the MDI form.

So i am using this code
this.dockingManager1.DockControl(panel1, this, DockingStyle.Left, 100);
this.dockingManager1.DockControl(panel2, panel1,DockingStyle.Bottom, 100);
this.dockingManager1.DockControl(panel3,panel1,DockingStyle.Bottom, 100);

When i run this code it is working fine. When the form is deactivated, all the controls are made invisible by using SetDockVisibility.
When i make them visible again on form activation all the docking goes haywire.

Please Help.
VS.Net version 2005
Product Version 4.4.0.51

1 Reply

JS Jeba S Syncfusion Team August 2, 2007 11:50 AM UTC

Hi anubhav,

Thank you for your details.

Sorry for the delay in response.

I was able to reproduce this issue at my end.

Could you please create a Direct-Trac incident with the subject "Docking issues in MDI form-F64868" so that we could give more details regarding the fix?

Thank you for using Syncfusion Products.

Best Regards,
Jeba.

Loader.
Up arrow icon