This question is locked. New answers and comments are not allowed.
Hi,
I have a Grid and i want the child grid to be transit like slide and zoom, Here is the xaml i used
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
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