5

Possible Duplicate:
How to make or use a standard Image Viewer for 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.

Community
  • 1
  • 1
Gergely Orosz
  • 6,475
  • 4
  • 47
  • 59

2 Answers2

0

MultitouchBehaviours could be a good starting foundation for such UI Component look at this http://www.galasoft.ch/touch/wp7/

Waleed
  • 3,105
  • 2
  • 24
  • 31
0

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

CoderDennis
  • 13,642
  • 9
  • 69
  • 105