Using the Panorama Control

Working with the Panorama control is much like working with the Pivot. You can create a Panorama in the same way as a Pivot, either by using the built-in project or application template, or by manually adding the Panorama XAML to an existing page. The XAML for a Panorama usually looks something like this:

<controls:Panorama Title="an application">    <controls:PanoramaItem Header="item1">        <!-- Place content here. -->    </controls:PanoramaItem>    <controls:PanoramaItem Header="item2">        <!-- Place content here. -->    </controls:PanoramaItem></controls:Panorama>

The PanoramaItem controls host the panoramic content, and these represent the sections displayed within the control. ...

Get Windows® Phone 8 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.