Hello,
I am facing a strange problem in hiding the dockmanager. Any help would be appreciated.
I have window with the XamDockManager in it. I have multiple content panes generated dynamically in c#.
When I try to float some panes and do window.Hide(), the main window hides but not the floating panes. How can i resolve this problem?
To illustrate the problem, i have a sample project with no license.
Thanks,
Uday Thummalapalli.
Any help is appreciated.
Uday.
I have logged this behavior in our issue tracking system, with an issue ID of 73499.
You can view the status of all development issues connected to this case from the "Development Issues" tab, when viewing this case on the "My Support Requests" page of our website.
Thank you,Sam
The floating windows are owned windows and as such they are affected by some things that happen to the parent window (e.g. minimizing the parent will hide the owned windows). However it looks like owned windows are not hidden when the owner window is hidden. I'll submit an issue for this since it seems that the dockmanager/toolwindow will need to handle this itself.