
I want to be able to show/hide docking windows programatically.
I seem to be able hide docking windows using
ToolWindow.Close()
and show them again using
ToolWindow.Show();
ToolWindow.Activate(false);
However the activate causes them to either come to the front (if they are tabbed) or auto show (if they are auto hide windows).
Without the activate they do not appear at all, this would seem to be a bug?
Anyhow, what I want to do is be able to show the docking window again without it activating, any thoughts?
Many Thanks
Simon
Using version 2.0.109.0
I seem to be able hide docking windows using
ToolWindow.Close()
and show them again using
ToolWindow.Show();
ToolWindow.Activate(false);
However the activate causes them to either come to the front (if they are tabbed) or auto show (if they are auto hide windows).
Without the activate they do not appear at all, this would seem to be a bug?
Anyhow, what I want to do is be able to show the docking window again without it activating, any thoughts?
Many Thanks
Simon
Using version 2.0.109.0