WPF StepBar
Posted lishuangquan1987
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WPF StepBar相关的知识,希望对你有一定的参考价值。
参考:https://blog.csdn.net/qq_27603579/article/details/107565853
在别人的基础上修改而来
开源地址:https://github.com/lishuangquan1987/StepBar
效果如下:
使用:
<s:StepBar Height="500" Margin="5,0,0,0" CurrentIndex="6" Orientation="Vertical">
<s:StepBarItem>化成</s:StepBarItem>
<s:StepBarItem>分容</s:StepBarItem>
<s:StepBarItem>OCV</s:StepBarItem>
<s:StepBarItem>DCIR</s:StepBarItem>
<s:StepBarItem>分选</s:StepBarItem>
</s:StepBar>
或者
<s:StepBar Height="500" Margin="5,0,0,0" ItemsSource="Binding Models" CurrentIndex="6" Orientation="Vertical">
</s:StepBar>
以上是关于WPF StepBar的主要内容,如果未能解决你的问题,请参考以下文章