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

RadTransition on RadTabControl

1 Answer 192 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
leonard yong
Top achievements
Rank 1
leonard yong asked on 07 May 2010, 04:42 AM
Hi All,

Anyone has any idea on how to apply the transition affect during tab changes in RadTabControl?
Cant find any solution and new to silverlight and telerik control .
thank you

1 Answer, 1 is accepted

Sort by
0
Ross Wozniak
Top achievements
Rank 1
answered on 07 May 2010, 08:10 PM
I believe what you want to do is to place a RadTransitionControl in your RadTabItem, and then swap out the 'Content' of that control.

    <telerikNavigation:RadTabControl>
        <telerikNavigation:RadTabItem Header="My Tab">
            <telerikControls:RadTransitionControl x:Name="RadTransitionControl1"/>
        </telerikNavigation:RadTabItem>
    </telerikNavigation:RadTabControl>

When you change the Content property of the RadTransitionControl, it executes the transition, and we currently have 7 transitions to choose from.

You may want to check out a video I put together recently that talks about different ways to set the Transition property of the RadTransitionControl here.

You could also check out the RadTransitionControl on our Silverlight demo site.
Tags
TabControl
Asked by
leonard yong
Top achievements
Rank 1
Answers by
Ross Wozniak
Top achievements
Rank 1
Share this question
or