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

Hide all DockPanes

3 Answers 52 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Xaria D
Top achievements
Rank 1
Xaria D asked on 09 Sep 2010, 06:30 AM
How to hide all radpane in a docking panel?

3 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 09 Sep 2010, 02:36 PM
Hello Xaria,

 What I would suggest you is to walk trough the values of the Panes property of the Docking control (it is of type IEnumerable<RadPane>) and set the IsHidden property of any of the to true.

If you have further questions don't hesitate to ask.

Best wishes,
Miroslav Nedyalkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Xaria D
Top achievements
Rank 1
answered on 13 Sep 2010, 03:13 AM
If I set IsHidden to true then the screen is blank.
I want the effect to be similar to AutoHide of all radpane.

0
George
Telerik team
answered on 15 Sep 2010, 01:26 PM
Hello Xaria,

Let me check if I have understood you correctly - you want to unpin all RadPanes in the RadDocking control. Please correct me if I am wrong. In order to unpin the panes, I would suggest you to use IsPinned property of the RadPane. But if you want to close all the RadPanes - IsHidden is the right property to use. For more information about RadPane and its states you could refer to our online documentation - http://www.telerik.com/help/silverlight/raddocking-panes-radpane.html

I hope this helps.

Greetings,
George
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Docking
Asked by
Xaria D
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Xaria D
Top achievements
Rank 1
George
Telerik team
Share this question
or