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

How to programmatically show autohidden panel

I am trying to show the autohidden panel programmatically, I saw a method in windows version DockingManager.ActivateControl(panel) to do this, Is there a similar method in WPF DockingManager?

I also tried this by setting the focus to this panel, but didn't work.

Please let me know how this could be done


2 Replies

BA Balavasanth Syncfusion Team October 23, 2008 01:31 PM UTC


Hi Karthik,

Thanks for your interests in Syncfusion products.

To show the autohidden panel programmatically kindly make use of the static method DockingManager.SelectTab(FrameworkElement element). If the element is in autohidden state, it will show it.

Please let us know if you have any queries.

Regards,
Bala.





DS DUPkarthik selvarajan October 23, 2008 02:12 PM UTC


Hi Bala,

It worked, thanks for your prompt response.

Thanks,
Karthik

>
Hi Karthik,

Thanks for your interests in Syncfusion products.

To show the autohidden panel programmatically kindly make use of the static method DockingManager.SelectTab(FrameworkElement element). If the element is in autohidden state, it will show it.

Please let us know if you have any queries.

Regards,
Bala.






Loader.
Live Chat Icon For mobile
Up arrow icon