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

Using TranistionControl With Prism Regions

5 Answers 151 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
Tushar Gupta
Top achievements
Rank 1
Tushar Gupta asked on 01 Apr 2010, 06:22 PM
My application has Prism Regions where Views(USerControls) get injected dynamically. I need to use TransiotnControl whenever the view is injected to the region, was not able to find any documentation or sample. Any help would be highly appreciated.
Thanks

5 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 02 Apr 2010, 09:33 AM
Hello Tushar,

 The Transition control doesn't have documentation yet, because it is still in a beta stage. Once it is released we will add documentation. For now you could refer to the online demos where is show how to use it - demos.telerik.com/silverlight/#TransitionControl/SL/FirstLook. Basically the Transition control is a ContentControl that triggers an animation when its content or content template is changed.

Hope this helps!

Kind regards,
Miroslav Nedyalkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Tushar Gupta
Top achievements
Rank 1
answered on 02 Apr 2010, 09:49 PM

Hi Thanks for the reply, I was able to use it within my application.  Below is the example

 

 

 

 

<telerik:RadTransitionControl x:Name="TransitionControl" controlsToolkit:DockPanel.Dock="Bottom" 

 

HorizontalAlignment="Stretch" Regions:RegionManager.RegionName="MainRegion" VerticalAlignment="Stretch" >

 

 

 

 

<telerik:RadTransitionControl.Transition>

 

 

<telerikTransitions:SlideAndZoomTransition />

 

 

</telerik:RadTransitionControl.Transition>

 

 

</telerik:RadTransitionControl>

Regions:RegionManager.RegionName="MainRegion" is for creating the Prism Region. 

 

 

0
Miroslav Nedyalkov
Telerik team
answered on 07 Apr 2010, 07:30 AM
Hi Tushar,

 We are happy we were able to help. Please let us know if you have any other problems.

Best wishes,
Miroslav Nedyalkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Waleed Seada
Top achievements
Rank 2
answered on 07 Feb 2011, 09:46 PM
Dear All,
I have a different scenario where I need to place a radtransition in a nested view in the parent region and make the transation with every change in the displayed data ... is this poosible to achieve ..?!

Regards
Waleed
0
Waleed Seada
Top achievements
Rank 2
answered on 09 Feb 2011, 05:05 PM
This help part helped me a lot.
http://www.telerik.com/help/silverlight/radtransition-features-data-binding.html

Specifically this part :

<telerik:RadTransitionControl x:Name="radTRansitionControl"
                               Content="{Binding SelectedItem, ElementName=MyListBox}">

Best regards
Waleed
Tags
TransitionControl
Asked by
Tushar Gupta
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Tushar Gupta
Top achievements
Rank 1
Waleed Seada
Top achievements
Rank 2
Share this question
or