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

Building docking windows

4 Answers 86 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Norman
Top achievements
Rank 1
Norman asked on 21 Jan 2011, 09:02 PM
I am new to wpf and have most of my experience in programing windows forms.  I am looking for some help achieving a solution.  I have a main control panel window i have created for my company.  What i am looking for is to be able to click on a button on this UI and have a new window slide out from behind it containing a new window that have created with different controls on it.  Both these files are their own xaml files.  

4 Answers, 1 is accepted

Sort by
0
Norman
Top achievements
Rank 1
answered on 24 Jan 2011, 03:32 PM
Is there any kind of assistance people can give me?  What i have going on is that i have one WPF form that when you click opens another window next to it.  The transition though i would like it to do is slide out from the other and then dock to the side.  How can i do this with your toolset.

Thanks

~Norman Rea
0
George
Telerik team
answered on 27 Jan 2011, 09:21 AM
Hi Norman,

 
I am not sure I understand your scenario. Do you use the RadDocking control or RadWindow?  

Regards,
George
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Norman
Top achievements
Rank 1
answered on 27 Jan 2011, 03:55 PM
I am using a rad window.  I would like it to come out from behind my current dialog and then position itself next to the main dialog.
0
George
Telerik team
answered on 01 Feb 2011, 05:47 PM
Hello Norman, 


You could achieve this manually. You need to set RadWindow.WindowStartupLocation to Manual and to use the Top/Left/TopOffSet/LeftOffSet properties. For more information, please refer to the following links:

I hope this helps.


Best wishes,
George
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
Docking
Asked by
Norman
Top achievements
Rank 1
Answers by
Norman
Top achievements
Rank 1
George
Telerik team
Share this question
or