I've got an app with a dynamically populated pivot control which works quite well, but lately I find I have too many items in my pivot to scroll through effectively. I want to implement semantic zoom like the photo viewer app does - i.e. when someone pinches on the app it should zoom out to a faster scrolling view, or possibly an entirely different view (maybe a list)
I've searched online (and here on stackoverflow.com) for 'semantic zoom windows phone' but I only get hits for windows 8 semantic zoom. is there a different name for this feature in wp8? How do I go about implementing it?