Moving an Image from StackPanel to grid with WPF animation

135 views Asked by At

Right now I have several images in a stackpanel as thumbnails and a 3x3 grid for seeing them larger (larger image is in column 1, row 1). I could use a click on a thumbnail in the stackpanel suddenly have a larger version of the image appear in the grid at 1,1, but I would rather have a nice flyout effect starting at the thumbnail and ending in grid column 1 and row 1.

Can someone show me how that would be done, in general?

0

There are 0 answers