I have multiple ToolWindows docked inside a DocumentWindow. When I drag out a docked ToolWindow, its state becomes DockableOutsideHost. When I save this layout and reload it, the undocked ToolWindow loads, and its Active and Visible properties are true, but I cannot see the ToolWindow.
My initial suspicion was that it was hidden behind the document, but that is not the case.
When I call Activate() on the ToolWindow, it shows up in the correct position. Is there a reason why the ToolWindow is not displayed by default after the layout has loaded?
My initial suspicion was that it was hidden behind the document, but that is not the case.
When I call Activate() on the ToolWindow, it shows up in the correct position. Is there a reason why the ToolWindow is not displayed by default after the layout has loaded?