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

How to restore a closed floating RadPane?

2 Answers 246 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Chang
Top achievements
Rank 1
Chang asked on 19 Apr 2013, 09:06 AM
After the 'x' button on a floating RadPane is clicked, the ToolWindow is gone, but the pane can still be found in Docking.Panes .
Try to use pane.MakeFloatingDockable() but failed, the pane won't show.
Is there any way to restore the closed floating RadPane or even the ToolWindow?

2 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 22 Apr 2013, 09:05 AM
Hello Chang,

 
You can also hide/show your RadPanes programmatically using the boolean RadPane's property IsHidden. When a RadPane is closed it is actually hidden as you noted and you can always make it visible again when needed.

More information about RadPanes can be found here - http://www.telerik.com/help/wpf/raddocking-panes-radpane.html

Hope this helps.

Regards,
George
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Chang
Top achievements
Rank 1
answered on 06 May 2013, 12:52 PM
Thanks, it works
Tags
Docking
Asked by
Chang
Top achievements
Rank 1
Answers by
George
Telerik team
Chang
Top achievements
Rank 1
Share this question
or