Not sure if it is something I am doing wrong but here is the code I have (snipped):
Now the problem is that when the application first loads the margin is applied to the windows correctly. If you unpin and hide the window and then re-pin it, the margin is ignored and it goes back to the default.
Something I am doing or a possible bug?
<docking:DockSite>
<docking:SplitContainer>
<docking:ToolWindowContainer Margin="3">
<docking:ToolWindow Title="Client Explorer">
</docking:ToolWindow>
</docking:ToolWindowContainer>
</docking:SplitContainer>
</docking:DockSite>
Something I am doing or a possible bug?