WP7 Photo Viewer Control Available? [duplicate]
Possible Duplicate:
How to make or use a standard Image Viewer fo开发者_C百科r WP7
I'm looking for a control that's very similar to what WP7 has in the camera hub. It would be like a pivot control except for that in the right side of the screen one could see a small portion of the next image.
Before starting to code up my own control I was wondering if anyone was aware of such a control existing and its code shared.
MultitouchBehaviours could be a good starting foundation for such UI Component look at this http://www.galasoft.ch/touch/wp7/
The SlideView
control in Telerik's RadControls for Windows Phone sounds like what you're looking for.
精彩评论