Fluent Ribbon 第八步 其他控件

Posted 挨踢老干部的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Fluent Ribbon 第八步 其他控件相关的知识,希望对你有一定的参考价值。

前七节将Ribbon的功能大致介绍了一番,本节来介绍一些特殊控件的使用

DropDownButton控件

当前控件是显示下拉功能的基本组件,其配合Gallery能实现诸多特殊功能,代码如下所示

<Fluent:DropDownButton Header="Pink" Icon="Images\\Pink.png" LargeIcon="Images\\PinkLarge.png">

<Fluent:Gallery>

<Image Source="Images\\RedLarge.png" Stretch="None" />

<Image Source="Images\\GreenLarge.png" Stretch="None" />

<Image Source="Images\\BlueLarge.png" Stretch="None" />

</Fluent:Gallery>

</Fluent:DropDownButton>

当前主要显示一个下拉控件,显示一些下拉显示,如下图

Gallery 控件

用于显示一个组合列表的功能,其基本代码形式如下:

<Fluent:RibbonGroupBox Header="列表组" >

<Fluent:Gallery>

<Image Source="Images\\RedLarge.png" Stretch="None" />

<Image Source="Images\\GreenLarge.png"Stretch="None" />

<Image Source="Images\\BlueLarge.png" Stretch="None" />

</Fluent:Gallery>

</Fluent:RibbonGroupBox>

其显示效果如图

ColorGallery控件

用于实现颜色的选择控件,其继承自Gallery

<Fluent:ColorGallery Mode="StandardColors" SelectedColor="{Binding ColorViewModel.StandardColor, Mode=TwoWay}" />

其显示效果如图

Spinner控件

<Fluent:Spinner KeyTip="KA"

InputWidth="75"

Format="0 px"

Header="数值:"

Icon="Images/Warning.png"

/>

其显示效果如图

 

还有一些不太常用的控件,可以查看源码,细细分析。

以上是关于Fluent Ribbon 第八步 其他控件的主要内容,如果未能解决你的问题,请参考以下文章

Fluent Ribbon 第一步 创建Ribbon窗体

Fluent Ribbon 第五步 ToolBar

Fluent Ribbon 第六步 StartScreen

fluent是啥意思

七步法计算测量不确定度:第八步

七步法计算测量不确定度:第八步