I have an autohide window (Dock=Bottom) with CanClose set to true that displays search results. The search logic performs an Activate() on this window when a new search is executed so, if the user has closed the window, it re-opens. The issue is that, when it reopens, the window's state is Docked instead of AutoHide even though it's state was AutoHide when it was closed. I've tried every combination of Open() & Activate() calls that I can think of to try to get a closed window to open in the EXACT same state as when it was closed.
Can you offer some suggestions? Thanks in advance.
Can you offer some suggestions? Thanks in advance.