I want to make an app that shows pictures. But I want to be able to zoom in and out with gestures. I fixed this by including a toolkit into my project. But my actual question is, can I use or is there a control that's already created for me to show pictures like the picture library of the WP7 phone itself. I thought there wasn't but the Facebook app has a similar way of showing the pictures. Did Facebook rewrite the whole thing or is there a control somewhere that someone made?

link|improve this question
I'm not aware of any library, toolkit or control vendor who has released an image viewer. – Matt Lacey Apr 11 '11 at 9:29
feedback

2 Answers

The SlideView control in Telerik's RadControls for Windows Phone sounds like what you're looking for.

link|improve this answer
feedback

Have you tried a MultiScaleImage control? It's designed to work with multiple layers, but if you only specify one layer, it might suit what you're trying to do.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.