This is a migrated thread and some comments may be shown as answers.

RadDocking ToolWindows disappear

1 Answer 104 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 2
Matt asked on 07 Dec 2013, 03:04 PM

This is by design, I assume, that when a window is minimized or nor longer active that the docking tool windows are hidden. However, we have a docking control that is a tab within a tabbed control. When the tab containing the docking control is hidden by a different tab window selection, the floating tool windows of the hidden tab's docking window are removed (hidden) from view as well. We would like an option to allow them to stay visible when their parent window is hidden. 

Is there a way of preventing this default hiding of the tool windows when the parent is hidden?

1 Answer, 1 is accepted

Sort by
0
Rosen Vladimirov
Telerik team
answered on 12 Dec 2013, 08:34 AM
Hi Matt,

You are correct - this is by design - RadTabControl hides the content of its tabs when changed. But you can set its IsContentPreserved property to true and this way the ToolWindows will remain visible:
<telerik:RadTabControl IsContentPreserved="True">

Hope this helps. Feel free to contact us in case you have any problems or concerns.

Regards,
Rosen Vladimirov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Docking
Asked by
Matt
Top achievements
Rank 2
Answers by
Rosen Vladimirov
Telerik team
Share this question
or