Erik Damgaard
Top achievements
Rank 1
Erik Damgaard
asked on 24 Jan 2012, 09:39 AM
Hi,
I want to implement Transition control with docking control. Currently in our project each page is showing in tab . Now I want to implement Transation control with it. So when page is open or on tab focus it should slide from right to left. I got the demo example http://demos.telerik.com/silverlight/#TransitionControl/FirstLook.
How can I implement it with tab control. Please suggest.
Thanks,
I want to implement Transition control with docking control. Currently in our project each page is showing in tab . Now I want to implement Transation control with it. So when page is open or on tab focus it should slide from right to left. I got the demo example http://demos.telerik.com/silverlight/#TransitionControl/FirstLook.
How can I implement it with tab control. Please suggest.
Thanks,
4 Answers, 1 is accepted
0
Hello Erik,
Could you please clarify whether you need to use RadDocking or RadTabControl? Thanks
Regards,
Yana
the Telerik team
Could you please clarify whether you need to use RadDocking or RadTabControl? Thanks
Regards,
Yana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Erik Damgaard
Top achievements
Rank 1
answered on 30 Jan 2012, 07:11 AM
Hi Yana,
Thanks for your replying. Here is berif what I want.
I need when a Tab1 or tab2 will open it should animated from right to left. As in our current application I am using docking control with Rad tab control and It is showing on the Top of the application like IE(Internet Explorer) . Now when page is displaying in tab control it should come from right to left. If you required some demo please let me know your email id.
Thanks,
Thanks for your replying. Here is berif what I want.
I need when a Tab1 or tab2 will open it should animated from right to left. As in our current application I am using docking control with Rad tab control and It is showing on the Top of the application like IE(Internet Explorer) . Now when page is displaying in tab control it should come from right to left. If you required some demo please let me know your email id.
Thanks,
0
Erik Damgaard
Top achievements
Rank 1
answered on 30 Jan 2012, 11:43 AM
Hi Yana,
I have found out one link http://blogs.telerik.com/blogs/posts/10-05-12/using-transitions-with-radtransitioncontrol-and-transitionpresenter-in-radtabcontrol.aspx. I need something like that but is should display page from right to left and it should animated only its initial stage. Means only 1st time when page is added.
Thanks,
I have found out one link http://blogs.telerik.com/blogs/posts/10-05-12/using-transitions-with-radtransitioncontrol-and-transitionpresenter-in-radtabcontrol.aspx. I need something like that but is should display page from right to left and it should animated only its initial stage. Means only 1st time when page is added.
Thanks,
0
Hi Erik,
This blog post demonstrates exactly how you can use RadTransitionControl with RadTabControl. You just need to change the animation like this:
There is no easy way to prevent the animation for already clicked tabs. Anyway, we will research this scenario and if we find a solution, I will post it here right away.
Greetings,
Yana
the Telerik team
This blog post demonstrates exactly how you can use RadTransitionControl with RadTabControl. You just need to change the animation like this:
<
telerik:RadTransitionControl.Transition
>
<
effects:SlideAndZoomTransition
SlideDirection
=
"RightToLeft"
/>
</
telerik:RadTransitionControl.Transition
>
There is no easy way to prevent the animation for already clicked tabs. Anyway, we will research this scenario and if we find a solution, I will post it here right away.
Greetings,
Yana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>