使用默认的 Windows Pivot 应用程序创建枢轴应用程序,想要在枢轴控件上方添加 2 个按钮,但它们继续出现在枢轴上重叠,而不是在上方。例如,下面的代码不会产生正确的结果
<!--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>