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

How to get rid of the "Auto Hide" button?

This doesn''t seem to work :( private void Form1_Load(object sender, System.EventArgs e) { dockingManager1.SetAutoHideButtonVisibility(panel1, false); dockingManager1.SetAutoHideMode(panel1, false); }

2 Replies

AD Administrator Syncfusion Team April 23, 2004 08:13 PM UTC

Hi Andrew, Try the same within the DockingManager''s NewDockStateEndLoad event handler as shown below : private void dockingManager1_NewDockStateEndLoad(object sender, System.EventArgs e) { dockingManager1.SetAutoHideButtonVisibility(panel1, false); } Please let me know if you need further assistance. Regards, Guru Patwal Syncfusion, Inc.


AS Andrew Skalkin April 26, 2004 06:45 PM UTC

It works, thanks a lot!

Loader.
Live Chat Icon For mobile
Up arrow icon