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

Docking window in WPF,C#

6 Answers 270 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Swati
Top achievements
Rank 1
Swati asked on 24 Feb 2012, 10:48 AM
Hi All,

In my WPF application, I have two windows which are the free floating windows, I need to dock them to the right side of the screen and also want to make them free floating... How to do that using RadDocking? 

Regards,
Swati

6 Answers, 1 is accepted

Sort by
0
Swati
Top achievements
Rank 1
answered on 28 Feb 2012, 01:08 PM
Hi,

I am scared...why people are not replying? Docking window should be possible using telerik controls... How to make it gyus????

Regards,
Swati
0
Boyan
Telerik team
answered on 02 Mar 2012, 11:01 AM
Hi,

As far as I understand your scenario you have two windows that you want to dock. This is easy to be done with RadDocking. Just create two Panes and their SplitContainers have  InitialPosition="FloatingDockable" set, so they will start floating and then you will be able to dock them.

I have attached a sample project how this can be done.

Greetings,
Boyan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Swati
Top achievements
Rank 1
answered on 06 Mar 2012, 07:20 AM
Hi Boyan,

I am not able to open this project... even in VS10. :( Can you please give me any compatible version of this? I have Visual Studio 2008.

Regards,
Swati
0
Boyan
Telerik team
answered on 08 Mar 2012, 10:59 AM
Hello,

I have attached the VS2008 project.

Greetings,
Boyan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Swati
Top achievements
Rank 1
answered on 12 Mar 2012, 07:55 AM
Hi Boyan,

Thanks for example. When  I am implementing this in my code, I am not able perform and drop functionality. I need  a functionality as we see in Visual studios Tool Box. in Visual Studio's tool box we are able to drag any control and drop it on user control/window/form.

  with reference to the project you have sent,  I am not able to drag and drop the control which are there in my wpf windows which are currently free floating WPF windows. And as WPF does not have MDI we have used windows forms MDI.
Please provide more help!

Regards,
Swati.
0
Swati
Top achievements
Rank 1
answered on 09 Apr 2012, 11:01 AM
Hi,

This example is working fine when we perform it on WPF window. But when I am taking User Control instead of WPF window, it is not even showing the panes at run-time.

Please look into this issue. waiting for reply.

Best Regards,
Swati.
Tags
Docking
Asked by
Swati
Top achievements
Rank 1
Answers by
Swati
Top achievements
Rank 1
Boyan
Telerik team
Share this question
or