Is there a way to keep the tool windows from stacking when they are programatically added?
if I call:for two different windows, it docks the first one and then `slides` the first one up and puts the second one under it. Is there a way to tell the second to dock alongside the first one?
if I call:
ToolWindow.Dock(this.docksite, Direction.Bottom)