ListViewItem Contain one thumbnail,
when the mouse over the thumbnail,I want to show a big Image,
the center should equal between thumbnail and big image,
any suggestion?
sorry about my poor English,
there is a photo about my idea, maybe you can see what I said:
http://farm5.static.flickr.com/4100/4788840950_7d952a384c_b.jpg
You can put the big image inside the list view item (in a grid for example) and use RenderTransform to scale the big image to full size without changing the layout of the list view.
Or, if you want to do the work yourself, use Visual.TransformToDescendant or Visual.TransformToAncestor