Completed
Last Updated: 15 Jan 2015 18:00 by ADMIN
ADMIN
George
Created on: 24 Apr 2014 10:19
Category: Dock
Type: Bug Report
0
FIX. RadDock - AutoHiding a ToolWindow, then hiding it and then showing it does not restore its DockState to AutoHide
To reproduce:

Add a ToolWindow to RadDock. AutoHide it:

toolWindow1.AutoHide();

Then Hide it:

toolWindow1.Hide();

And show it:

toolWindow1.Show();

You will see that the window is docked but is not AutoHide

Workaround:

Call the AutoHide method instead of the Show method:

toolWindow1.AutoHide();
0 comments