I have 1.7.4, latest free version, and have a docked window on the
left side that is collapsed. When I have a docked window in the
collapsed mode and then swing it out and select something, is there an
event or something that will make the docked window collapse again
without having to select an external control elsewhere?

Right now I have to have some sort of control in the main form and
then select it in order for the docked window to collapse again.

Thanks!

DotNetMagic problem - need to hide docked window after I select something inside. by Richard

Richard
Fri Dec 12 16:37:34 CST 2003

Don't worry, got it figured out. I needed to use the
RemoveShowingAutoHideWindows() method of the docking
manager in all of my events that are in the docked control.

>-----Original Message-----
>I have 1.7.4, latest free version, and have a docked
window on the
>left side that is collapsed. When I have a docked window
in the
>collapsed mode and then swing it out and select
something, is there an
>event or something that will make the docked window
collapse again
>without having to select an external control elsewhere?
>
>Right now I have to have some sort of control in the main
form and
>then select it in order for the docked window to collapse
again.
>
>Thanks!
>.
>