I have a simple requirement as mentioned below:
A ListView or any control displays list of bitmaps/images. When user mouse hovers on any bitmap that bitmap zoomed to show that is currently selected.
Since I have to provide drag drop operations and click operation that why I taken the list view.
Pleas help!!
It will be great if any body provide the xaml to this..
In short – use render transform (or layout transform) scaling to zoom in on the pictures with mouse hover.
Sorry for the long listing – animation are very long in wrting 🙂 Hope this helps.