0

I'm using a Panorama control on a WP7 design, and I want to know if there's some way to deactivate the circular (or round) navigation on it?

Basically what I would is to end the horizontal scrolling to right on the last item and vice-versa.

Chris Baker
  • 49,926
  • 12
  • 96
  • 115

1 Answers1

4

Even if it was possible, such app would most likely get rejected at Marketplace review.

The strength of a system lies in uniformity. Don't try to reinvent the wheel. Users expect panoramas to loop.

Agent_L
  • 4,960
  • 28
  • 30
  • You could use the Panorama control and make a user control derived from it, but I'm with Agent_L. Users expect it to work a certain way, and overriding their expectations is a good way to frustrate users. As for Marketplace, I'm not sure it would get rejected, but I would not encourage doing it. – Rich Hopkins Jun 27 '12 at 12:55
  • The application was not meant to be on the Marketplace or even face final users, it was a concept design (or prototype) and I needed to have that specific interaction. – Raul Varela May 13 '14 at 14:32