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

AutohideMode of DockingManager

Hello, I've a dockable control, that is registered at a dockingmanager. Now I set this control into autohide mode (unpinned state). Is there a method to slide this control from full size to thumbnail size and vice versa from thumb nail size to full size! Thomas

1 Reply

AD Administrator Syncfusion Team October 16, 2003 11:32 AM UTC

Hi Thomas, You could force an auto-hidden docking window to slide out using the DockingManager's ActivateControl method as follows : dockingManager1.ActivateControl(this.panel1); You could hide a 'open' auto-hidden docking window by using the DockingManager's HideAutoHiddenControl method as follows : dockingManager1.HideAutoHiddenControl(); Please refer to the sample application attached which shows how this can be done, and let me know if this helps. Thanks for choosing Syncfusion products. Regards, Guru Patwal Syncfusion, Inc.

Loader.
Live Chat Icon For mobile
Up arrow icon