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

Open tool window and dragging it, to existing Rad daocking control

2 Answers 50 Views
Docking
This is a migrated thread and some comments may be shown as answers.
shay
Top achievements
Rank 1
shay asked on 28 Mar 2016, 06:54 AM

Hi,

1. I want to open a tool window with content. 
2. after the tool window is shown, i want to docking it  (by dragging) to existing radDaocking control.


I saw this telerik documentation for telerik winform:
ToolWindow windowTop = new ToolWindow();
windowTop.Text = "Window Top";
RadDocking radDock1 = new RadDocking();
this.radDock1.DockWindow(windowTop, DockPosition.Top);

what is the replacement code for this sample for telerik wpf?

(i don't have windowTop.Text neither  radDock1.DockWindow(windowTop, DockPosition.Top))

Thanks

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 29 Mar 2016, 11:46 AM
Hi Shay,

ToolWindow is actually a container control which hosts a floating RadPane. You could check the following topic in our documentation which explains how to switch the state of a RadPane from floating to docked:
Docked/Floating Panes

Regards,
Yana
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
shay
Top achievements
Rank 1
answered on 05 Apr 2016, 05:33 AM
Thanks
Tags
Docking
Asked by
shay
Top achievements
Rank 1
Answers by
Yana
Telerik team
shay
Top achievements
Rank 1
Share this question
or