Unplanned
Last Updated: 29 Mar 2016 12:17 by ADMIN
ADMIN
Dimitar
Created on: 03 Dec 2015 08:31
Category: Dock
Type: Bug Report
3
FIX. RadDock - the AutoHideWindow method changes the position of an already hidden window.
To reproduce:
- Add two tool windows and auto hide them, one on the left and on the right
- Then call the AutoHideWindow method like this (ToolWindow1 should be on left side):

RadDock1.AutoHideWindow(ToolWindow1)

- You will notice that the second windows is moved on the left.

Workaround:
Use the DockState property instead of the method.
0 comments