Hi,
I have a window with State.Hidden on the start of the application. After the window is made visible I want it to hide again after the user clicks the X to 'close' it. Is there a setting for this in the DockingManager infrastructure? Or do I have to manually handle this in DockingManager_WindowClosing to set it back to State.Hidden?