Hi,
I have dockManager and i have two TabGroupPane in the Right SplitPane.When the user click the one
of the TabGroupPane I want to unpin that Particular Window.I have attached the image for your reference.
thanks
Ramesh Babu.
Thanks a lot.That Works.
Do you mean that you want to pin an unpinned pane when the user clicks on the unpinned tab item? If so perhaps you can catch the PreviewMouseDown and look for a PaneTabItem and change its Pane's IsPInned property value.
e.g.
Please somebody answer my question.