1. Add reference in References: Microsoft. Phone. Controls
2. Add the following in the XAML header:
Xmlns: Controls = "CLR-namespace: Microsoft. Phone. controls; Assembly = Microsoft. Phone. Controls"
3. Replace the default grid:
<Grid X: Name = "contentpanel" grid. Row = "1" margin = "12,0, 12,0">
<Controls: panorama X: Name = "panoramacontrol" Title = "Nokia 710">
<Controls: panorama. Background>
<Imagebrush imagesource = "images/wp_000109.jpg"> </imagebrush>
</Controls: panorama. Background>
<Controls: panoramaitem header = "">
<Grid>
<Textblock text = "an enthusiastic administrator"> </textblock>
</GRID>
</Controls: panoramaitem>
<Controls: panoramaitem header = "No change">
<Grid>
<Textblock text = "Change mighty"> </textblock>
</GRID>
</Controls: panoramaitem>
<Controls: panoramaitem header = "must change">
<Grid>
<Textblock text = "change, no change? Must change "> </textblock>
</GRID>
</Controls: panoramaitem>
</Controls: panorama>
</GRID>