How to appliy the structure like
<docking:Docksite>
<docking:Docksite.AutoHideLeftContainer>
<docking.ToolWindowContainers>
<docking.ToolWindowContainers>
</docking:Docksite.AutoHideLeftContainer>
</docking.Docksite>
using the PrismIntegration with docking .
How to register the usercontrols as the toolwindow in the AutoHideletContainer of the docksite using prismintegration with docking.
As in my simple application of prism integration with docking i am able to apply the autohide for the toolwindow but when i unpin for that autohide window its not coming in the registered docksite region.