0

I have a panorama control with 3 panorama items in it. I want to create a function where if a user taps on any panorama item, it changes the pictures of the ones currently off the screen.

I Wont confuse everyone with the details of it, but simply put is there a surefire way to get this to work? Can the touch/tap event be used in a panorama control to dynamically change the image?

peter
  • 1

1 Answers1

1

In the event handler for the tap gesture just update the Source of each of the other images.
There should be no reason why this wouldn't work.

Matt Lacey
  • 65,560
  • 11
  • 91
  • 143