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

How to remove Floating RadPane from C# code

0 Answers 52 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Maxime
Top achievements
Rank 1
Maxime asked on 03 Oct 2012, 07:33 PM
Hi, 
I can remove a RadPane from C# when it's docked, it's very simple i just need to search it into myRadDocking.Items and remove it.
But it's seems that, when my RadPane is floated, i can find it into myRadDocking.Items. 
But it's present into myRadDocking.Panes (but it's a IEnumerable so i can't remove anything from that).

Do you have any idea ?

Edit: It's seems i can use myRadDocking.SplitContainers.
There are always allRadPane.

Good.

No answers yet. Maybe you can help?

Tags
Docking
Asked by
Maxime
Top achievements
Rank 1
Share this question
or