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.
Hello,
I just checking the progress of this issue.
Just let me know if you need any further assistance with this.
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.