Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
855
Is it Possible to Pin a DockableControlWindow when the tab is Clicked?
posted

This should be easy but I can't figure it out...

When the user clicks on an undocked control pane tab, I'd like to pin the pane open immediately.  Is there a way to do that?

Thanks.

  • 48586
    posted

    Hello,

     I just checking the progress of this issue.

    Just let me know if you need any further assistance with this.

  • 48586
    Suggested Answer
    posted

    Hello,

     

    As far as I understand your question you want to pin a tab when customer click on its header. I have created a sample for you to show how you could achieve such functionality. I had  handled ultraDockManager1_PaneActivate event put there the following code line:

     

    e.Pane.DockAreaPane.Pin();

     

    Please run the sample and let me know if this is what you are looking for.

    WinDockManager.zip