Hello,
We're trying to use TransitioningContentControl of Silverlight toolkit in our application.
Almost all the material on the forum shows how to change content of the same control inside the TransitionContentControl.
I have 2 separate grids, Grid1 & Grid 2 on the page and i need to transition each of them. On the click of a hyperlink button in Grid1 I need to show Grid2 and vice versa. Is there any way to achieve this. Here is the code snippet for reference:
Any help would be appreciated. Thanks in advance.