
我如何在标题标题旁边获取图标。示例是上面 WP8 上的 twitter 应用程序。提前致谢。
创建自定义HeaderTemplate,它将显示一个图标而不是标题文本:
<controls:Pivot Title="Altered Styles">
<controls:Pivot.HeaderTemplate>
<!-- This changes to look of the items headers -->
<DataTemplate>
<!-- show image here -->
</DataTemplate>
</controls:Pivot.HeaderTemplate>
</controls:Pivot>
你也可以通过控制来做到这一点Panorama。