Hi,
I have a tool window which is hidden by default, but should be floating when shown. It can be docked like any tool window, just the default mode should be floating. I assumed setting the property "IsFloating" would do the trick, but the value is always reverted when loading the serialized layout.
When the window is visible, the serialized layout is restored correctly (floating). But when I close the window, restart the application and show it again, it will be docked with the other windows (not floating).
I know I can achieve the behavior programmatically, but I was hoping to avoid that. Is there any other way?
[Modified 5 years ago]
Best regards, Tobias Lingemann.