Hello,
I have code similar to the following:
<ap:DockSite.AutoHideRightContainers>
<ap:ToolWindowContainer>
<ap:ToolWindow Title="Settings">
<local:MyView... />
</ap:ToolWindow>
</ap:ToolWindowContainer>
</ap:DockSite.AutoHideRightContainers>
When the application opens, the settings window is auto-hidden. I want to pin (dock?) it by default. How do I do that?
Thanks,
-Erin