Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating Panorama Control Screenshots

The Microsoft panorama control is a common method for performing layout and navigation in Windows Phone 7 applications. In many blogs and reviews you will find screenshots that show the entire panorama control in one image instead of individual sections. Is there any way to create these automatically from the XAML code or do you just have to merge the individual pictures using image editing software?

like image 829
Greg Bray Avatar asked Nov 15 '10 22:11

Greg Bray


3 Answers

Here's a pretty good workaround. Include explanation, links, screen shots, and working sample app.

WP7 Tip #002: How do you create Windows Phone 7 panorama application screen shots?

like image 124
Chris Craft Avatar answered Sep 22 '22 02:09

Chris Craft


I concur with Matt and Jeff re: what you can accomplish using an external screen shot tool.

You could look into applying an in app screen shot mechanism to the entire panorama. I haven't tested this to see if it would work, but feel free to give it a shot.

Mark Arteaga - Screen Capture on Windows Phone 7

like image 36
Mick N Avatar answered Sep 21 '22 02:09

Mick N


There is no way to automatically create these.

You'll have to merge the individual screenshots together as appropriate.

like image 24
Matt Lacey Avatar answered Sep 22 '22 02:09

Matt Lacey