3 Answers, 1 is accepted
0
Hello Xaria,
Miroslav Nedyalkov
the Telerik team
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.
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.
I want the effect to be similar to AutoHide of all radpane.
0
Hello Xaria,
George
the Telerik team
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.
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