デフォルトの Windows ピボット アプリを使用してピボット アプリケーションを作成しました。たとえば、以下のコードでは正しい結果が得られません
<!--LayoutRoot is the root grid where all page content is placed-->
<Grid x:Name="LayoutRoot" Background="Transparent">
<Button Name ="btnFav" Content="Favourite" HorizontalAlignment="Left" Height="77" Margin="157,0,0,0" VerticalAlignment="Top" Width="158" RenderTransformOrigin="1.608,0.329" BorderBrush="#FFD49A48" Foreground="#FF007C00"/>
<!--Pivot Control-->
<controls:Pivot Name="objPivot" >
</controls:Pivot>