I'm trying to test these nice dockable forms and it seems to work fine so far, except for one thing: probably a misunderstanding on how it works.
I want to hide ans show the docked window (instead of "closing" it) so I've set the HideOnClose to true, and I use IsVisible = false to hide. Works so far... but IsVisible = true does not seem to work.
What is the correct way to Hide and shaow again a DockWindow?
Thanks
-yves
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to test these nice dockable forms and it seems to work fine so far, except for one thing: probably a misunderstanding on how it works.
I want to hide ans show the docked window (instead of "closing" it) so I've set the HideOnClose to true, and I use IsVisible = false to hide. Works so far... but IsVisible = true does not seem to work.
What is the correct way to Hide and shaow again a DockWindow?
Thanks
-yves
I added a demonstration of this feature in the latest sample release (2.3).
Regards,
Uwe Mayer