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

Preserving order of dockpanel

1 Answer 45 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 1
Juan asked on 12 Apr 2008, 04:37 PM
hi
 i have a dude

i have tree dockpanels in a dockingmanager

how can i put dockpanels in a specific order on my dockingmanager ?
for example , press a button and then the firts dockpanel go to the end on my dockingmanager



1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 15 Apr 2008, 08:13 AM
Hello Juan,

You can redock the desired IDockable window to the right-most IDockable window host.

private void radButton1_Click_1(object sender, EventArgs e)  
{  
    dockingManager1.SetDock(dockPanel1, dockPanel3, DockPosition.Right);  

I hope this helps. If you have additional questions, please contact us.

Regards,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
Juan
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or