你好,
>>求调整大小及位置的方法
我们可以自定义PivotItem的Header,如以下XAML:
<PivotItem Name="articleItem">
<PivotItem.Header>
<Grid Height="30" Background="Red">
<TextBlock Margin="0,7,0,0" FontSize="15" Text="Item1"/>
</Grid>
</PivotItem.Header>
......
</PivotItem>
截图:

或者我们可以为Pivot定制模板,网络上有很多这样的资料
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.