是否有一个类似于Bing应用程序的Pivot控件版本:旅行,健康和健身等。 [英] Is there a version of the Pivot control that looks like the Bing apps: travel, health and fitness, etc.

查看:75
本文介绍了是否有一个类似于Bing应用程序的Pivot控件版本:旅行,健康和健身等。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

早上好,


我非常喜欢WP8 Bing应用程序的外观和感觉:Bing旅行,健康和健身,运动等。 枢纽这些应用程序中使用的控件看起来比标准的XAML枢轴控件更优雅。   E.g标题文字较小,它使用了更多
的屏幕等等。有没有简单的方法来复制它?  是否有样本或设置或某些内容来更改标准数据透视的外观?



谢谢,


Craig

解决方案

您可以更改Pivot和PivotItem的样式,使其看起来如您所愿。要使用较小字体的标题文本,您可以设置HeaderTemplate,

< phone:Pivot x:Name =" MyPivot"前景= QUOT;黑色" Grid.Row = QUOT 1 QUOT;> 
< phone:Pivot.HeaderTemplate>
< DataTemplate>
< TextBlock Text =" {Binding}"字号= QUOT; 28" />
< / DataTemplate>
< / phone:Pivot.HeaderTemplate>


< phone:PivotItem Header =" Pivot 1">

< / phone:PivotItem>
< phone:PivotItem Header =" Pivot 2">

< / phone:PivotItem>
< / phone:Pivot>

您还可以参考以下链接来自定义数据透视控制


http: //social.msdn.microsoft.com/forums/wpapps/en-us/5f7bb5e3-cdff-4733-9702-6bd686f53eac/customizing-the-pivotcontrol-wp8

http://www.c-sharpcorner.com/UploadFile/ ae35ca /工作与全景 - 控制 - 在 - 窗口电话-7 /


Good Morning all,

I really like the look and feel of the Bing Apps for WP8: Bing Travel, Health and Fitness, Sports, etc.  The pivot control used in these apps looks more elegant then the standard XAML pivot control.  E.g header text is smaller, it uses more of the screen etc.  Is there any easy way to replicate this?  Is there a sample or setting or something to  change the look of the standard pivot?

Thanks,

Craig

解决方案

You can change the Style of Pivot and PivotItem to make it look as you want. To have header text with smaller font you can set HeaderTemplate properry

<phone:Pivot x:Name="MyPivot" Foreground="Black" Grid.Row="1">
            <phone:Pivot.HeaderTemplate>
                <DataTemplate>
                    <TextBlock Text="{Binding}" FontSize="28"/>
                </DataTemplate>
            </phone:Pivot.HeaderTemplate>

           <phone:PivotItem Header="Pivot 1">

           </phone:PivotItem>
            <phone:PivotItem Header="Pivot 2">

           </phone:PivotItem>
</phone:Pivot>

You can also refer following links to customize Pivot Control

http://social.msdn.microsoft.com/forums/wpapps/en-us/5f7bb5e3-cdff-4733-9702-6bd686f53eac/customizing-the-pivotcontrol-wp8
http://www.c-sharpcorner.com/UploadFile/ae35ca/working-with-panorama-control-in-windows-phone-7/


这篇关于是否有一个类似于Bing应用程序的Pivot控件版本:旅行,健康和健身等。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆