Answered by:
Zooming in Metro apps

Question
-
How can we zoom in multiple times using sematic zoomFriday, 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
- Marked as answer by Min ZhuMember Friday, July 6, 2012 8:43 AM
Friday, June 22, 2012 6:40 PMModerator -
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
- Marked as answer by Min ZhuMember Friday, July 6, 2012 8:43 AM
Wednesday, June 27, 2012 8:46 PMModerator
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
- Marked as answer by Min ZhuMember Friday, July 6, 2012 8:43 AM
Friday, June 22, 2012 6:40 PMModerator -
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
- Marked as answer by Min ZhuMember Friday, July 6, 2012 8:43 AM
Wednesday, June 27, 2012 8:46 PMModerator