Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
144
Unpinned ContentPane is shown briefly at application startup
posted

I have a ContentPane in my XamDockManager that I would like to be unpinned and collapsed to the side at application startup. I have the IsPinned attribute set to False. When I start the application the ContentPane is shown briefly before collapsing (instantly, not the animated slide out).

How can I prevent the ContentPane from being shown at application startup? I want it to be unpinned right from the start.

<igDock:ContentPane Header="ABC123" IsPinned="False" Width="200" />