We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to keep floating document from being hidden when main window is minimized

Hi.  Is there an option that would keep a floating window managed by a docking manager from being hidden when the main window is minimized?

Thanks
Ariel

3 Replies

MM Muthalagu M Syncfusion Team June 5, 2012 01:07 PM UTC

Hi Ariel,

Thanks for your patience.

The floating document went to hidden state when main window is minimized it is an default behavior, because docking manager is present inside the main window and the floating document is an child of docking manager.So if main window has been minimized then the docking manager also went to minimized.

You can see the attached video file for default behavior of Microsoft Visual Studio IDE.Please find the attched video file.

Please let us know in case of any further assitance.

Regards,

Mutrhalagu.



VisualStudioBehavior_b33881b2.zip


AG Albert Gao June 8, 2012 06:57 PM UTC

To get around this I'm thinking of using linked docking managers and just transfer a docked document to
another docking manager in another Window which will not be tied to the main Window where the primary
docking manager is.  How can I do this programmatically? 

Thanks
Ariel


MM Muthalagu M Syncfusion Team June 14, 2012 04:35 AM UTC

Hi Ariel,

Sorry for the inconvenience.

We have prepared a sample to access programmatically transfer documents between two linked docking managers and you can download the attached sample.

We have achieved this by using linked manager support and add both the docking managers into AddToTargetManagersList by programmatically as follows and you can refer our UD documentation link.

this.clientdockingManager.AddToTargetManagersList(window.clientdockingManager);
window.clientdockingManager.AddToTargetManagersList(this.clientdockingManager);

Reference Link: http://help.syncfusion.com/UG/User%20Interface/WPF/Tools/default.htm#!documents/31477linkedmanagersu.htm  

Also we have manually and programmatically placed the child of one docking manager into another docking manager by button click event.

Please let us know in case of any queries.

Regards,
Muthalagu



CS_c0bc9bba.zip

Loader.
Live Chat Icon For mobile
Up arrow icon