
When adding a ToolWindow to a ToolWindowContainer (AutoHideContainer), the tool windows has a tab button along the sides of the workspace. When the ToolWindow is docked, the tab button disappears. Is there a way to keep the button along the sides even if the toolwindow is docked?
If I add a bunch of ToolWindows to one container, and dock one or two of them, then undock/autohide again, the tab button is spaced from the other tab buttons. When they are in the same container, how can I space the tab buttons a few pixels?
When docking a window, is it removed from its original ToolWindowContainer? And when undocking/autohiding, is it placed in a new ToolWindowContainer? If this is the case, it makes sense that the tab button disappears from the sides, as the item is removed from an ItemPresenter (or something like that).
Is there a way to have a tool window always belong to its original container?
Best regards,
Bjørnar Sundsbø
If I add a bunch of ToolWindows to one container, and dock one or two of them, then undock/autohide again, the tab button is spaced from the other tab buttons. When they are in the same container, how can I space the tab buttons a few pixels?
When docking a window, is it removed from its original ToolWindowContainer? And when undocking/autohiding, is it placed in a new ToolWindowContainer? If this is the case, it makes sense that the tab button disappears from the sides, as the item is removed from an ItemPresenter (or something like that).
Is there a way to have a tool window always belong to its original container?
Best regards,
Bjørnar Sundsbø
Bjørnar Sundsbø