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

[Solved] Some Help in transition Controls

1 Answer 123 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Srini
Top achievements
Rank 1
Srini asked on 26 Oct 2010, 12:17 PM
Hi,

I have a Grid and i want the child grid to be transit like slide and zoom, Here is the xaml i used
<Grid x:Name="grdAnalysisChart" Margin="60,0,160,0">
                    <Grid x:Name="grdMonthWise">
                        <NewMyMoney:DashBoard x:Name="dshBoardChart"/>
                    </Grid>
                    <Grid x:Name="grdPeriodicAnalysis">
                        <NewMyMoney:ChartForPeriodicAnalysis x:Name="chrtPeriodicAnalysis"/>
                    </Grid>
                </Grid>

I have a button on click of that i want to transit, Like if i click Month wise the month wise chart should come with transition and if periodic Analysis the other grid should show with transitions.

Cheers,
Srini

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 27 Oct 2010, 09:45 AM
Hello Srini,

The TransitionControl is a ContentControl. So, to animate the Grids you will have to wrap them in the TranstionControl. You can find some examples in our online demos: http://demos.telerik.com/silverlight/#TransitionControl

If you have any other questions please let us know.

Regards,
Konstantina
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
Tags
TransitionControl
Asked by
Srini
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or