The VolumeGrid control allow you to display several panels in different sides of a 3D object. It can be used as an alternative to the Pivot control.
The VolumeGrid control is a part of Bewise Phone Controls current release. To use it, add the BPC library to your project.
Then, you only have to define a VolumeGrid, and put several panels in its children collection.
<Bewise:VolumeGrid x:Name="ContentPanel">
<Grid></Grid>
<Grid></Grid>
<Grid></Grid>
</Bewise:VolumeGrid>