MaterialDesignInXamlToolkit 5.0 发布
5.0.0 发布
这是一个重大版本更新,又许多破坏性变化
升级到5.0.0版本,请参考:https://www.cnblogs.com/sesametech-dotnet/p/18028565
变化
关键性变化
- Allow for transparent colors for generated icons by @Keboo in #3273
- Add new options to the ExpanderAssist class by @AbderrahmaneAhmam in #3294
- [Feature] Add AutoSuggestion option for TextBox by @AbderrahmaneAhmam in #3207
- NEW FEATURE: Multi-select TreeView by @Keboo in #3333
- Chip Template Bug by @ZPChan in #3359
- Removing all usage of "Accent" from the library by @Keboo in #3409
- SplitButton leveraging PopupBox by @nicolaihenriksen in #3382
- Add support for TextFieldAssist.HasClearButton in RichTextBox by @nicolaihenriksen in #3414
- New FlipperControl by @Keboo in #3431
- Create the slider theme for md3 guideline by @viveleltsi in #3432
- The last of the 5.0 cleanup by @Keboo in #3444
- Fix the converter to round the value by @Keboo in #3452
破坏性变化
- ListBoxAssist.IsToggle - Ensure last clicked item is always selected by @nicolaihenriksen in #3349
- Removing defaults in favor of specifying MD2 or MD3 by @Keboo in #3467
新贡献着
- @Talwynox made their first contribution in #3249
- @JoshStrauss made their first contribution in #3242
- @AndrewKeepCoding made their first contribution in #3292
- @AbderrahmaneAhmam made their first contribution in #3294
- @ZPChan made their first contribution in #3359
- @BenjaminMichaelis made their first contribution in #3396
- @viveleltsi made their first contribution in #3432
- @ion-mironov made their first contribution in #3468
本人贡献
在使用4.9版本时,ComboBox
出现一个错误,提交了 Issues,在5.0版本得到了修复。
<Grid>
<StackPanel VerticalAlignment="Center">
<ComboBox HorizontalContentAlignment="Center">
<ComboBoxItem Content="Center" IsSelected="True">
</ComboBoxItem>
</ComboBox>
<ComboBox HorizontalContentAlignment="Right">
<ComboBoxItem Content="Center" IsSelected="True">
</ComboBoxItem>
</ComboBox>
</StackPanel>
</Grid>
4.7、4.8、4.9和5.0版本的显示效果,其中4.7 和 5.0 版本显示为正确。
作者:芝麻麻雀
本文版权归作者和博客园共有,欢迎转载,但必须给出原文链接,并保留此段声明,否则保留追究法律责任的权利。
分类:
WPF
标签:
MaterialDesign
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?