Showing auto-hidden docked control programatically

Hello, We need to show docked control, which is in auto-hide mode. How is it possible ? Thanks, Aidas

1 Reply

PS Prakash S Syncfusion Team June 6, 2002 12:29 AM UTC

Aidas, There isn't any way to programmatically display a docking window that is in the auto-hide mode. You can, however, exit the autohide state by calling the DockingManager.SetAutoHideMode() method with a FALSE parameter. This will make the control exit from the autohide mode and dock along the same border. The auto-hide mode can then be restored either by user-interaction or by calling the SetAutoHideMode() method with a TRUE param. Thanks, Prakash

Loader.
Up arrow icon