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

  • Thread starter Thread starter Richard Nunez
  • Start date Start date
R

Richard Nunez

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!
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top