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

Docking control state problem

Hey,

Is there any way to find out whether a docking control is currently expanded or docked to any border? By default on mouse hover it gets expanded and we can click autohide to keep it expanded. So is there any way to know whether dock window is expanded or collapsed?Plz help


1 Reply

AA Arun A Syncfusion Team July 9, 2012 11:16 AM UTC


Hi Praveen,

Thanks for your interest in Syncfusion products.

You can achieve the requirement by using the following code snippets

if (dockingManager1.GetAutoHideMode(Control))
{
MessageBox.Show('hide');
}
else
{
MessageBox.Show('Visible');
}

I have attached the sample as per your requirements in the following link. Please run the sample and let us know if it helps you.

WindowsFormsApplication70.zip

Please let us know if you need any other details.

We are glad to help you on this.

Regards,
Arun



Loader.
Live Chat Icon For mobile
Up arrow icon