locked
Zooming in Metro apps RRS feed

  • Question

  • How can we zoom in multiple times using sematic zoom
    Friday, June 22, 2012 7:17 AM

Answers

  • The existing semantic zoom controls support only two levels. If you want to use more you will need to implement that yourself.

    --Rob

    Friday, June 22, 2012 6:40 PM
    Moderator
  • Take a look at the GestureRecognizer. You can watch for scale manipulations and when the scale level gets to your threshold value navigate to the new view.

    --Rob

    Wednesday, June 27, 2012 8:46 PM
    Moderator

All replies

  • The existing semantic zoom controls support only two levels. If you want to use more you will need to implement that yourself.

    --Rob

    Friday, June 22, 2012 6:40 PM
    Moderator
  • As I have to zoom in the page multiple times through pinch in Slate, how can I implement that? Please help me in this..

    Wednesday, June 27, 2012 12:01 PM
  • Take a look at the GestureRecognizer. You can watch for scale manipulations and when the scale level gets to your threshold value navigate to the new view.

    --Rob

    Wednesday, June 27, 2012 8:46 PM
    Moderator