
Hi,
I have a tabbed MDI DockSite, which acts as a Prism region. Each window (view) has a unique name, so (lazy) layout serializtaion / deserialization works just fine when it is applied for the first time. However, when I close a tool via region.Remove(view) and open it again, the tool gets located at the default location and not at the previous one. I suppose the applied layout only works once per view.
Is there a way to persistently close and open the tool at the same location?