JZ
Jordan Zommick
November 12, 2002 05:41 PM UTC
In case I wasn't clear enough, I was talking about the area along the left size of the window that gets created when you set the 'auto hide' ON. I wanted to add some buttons possibility inside a panel underneath the autohided menus.
PS
Prakash S
Syncfusion Team
November 12, 2002 06:56 PM UTC
Hi Zommick,
I am sorry, but it is not possible to add any controls to the space left unoccupied within the autohide strip. Trying to implement this would involve extensive customization of the docking architecture and is not something that we would support.
As for the autohidden XPTaskbar remaining visible when the mouse is moved off it, if this happens when the XPTaskbar has received the focus, then the behavior is normal and is the same as that exhibited by the VS.NET IDE. The control will revert to the hidden state when some other controls grabs focus or when the ESC key is pressed. To programmatically hide a locked autohidden windows, you may use the DockingManager.HideAutoHiddenControl() method.
Prakash
Syncfusion, Inc.