HandyControl官方版是一款非常受欢迎的WPF控件库。HandyControl最新版为CircleProgressBar添加IsIndeterminate属性,为NumericUpDown添加ValueFormat属性。HandyControl官方版为WindowAttach添加HideWhenClosing属性,为DataGridAttach添加CanUnselectAllWithBlankArea属性。
基本简介
HandyControl官方版是一套WPF控件库,HandyControl几乎重写了所有原生样式,同时包含 70 余款自定义控件,支持跨平台、国际化,适用于MVVM架构开发,扁平化设计、支持动态更换主题和背景色,丰富的自定义控件解决了View设计的痛点,让程序员更加专注于业务逻辑的开发!
更新日志
HandyControl官方版新功能:
为CircleProgressBar添加IsIndeterminate属性。
为NumericUpDown添加ValueFormat属性。
添加ButtonDefault样式
为WindowAttach添加HideWhenClosing属性。
为DataGridAttach添加CanUnselectAllWithBlankArea属性。
修正了一些错误。
#462
VerticalContentAlignment在CheckBox上无效。
复选框应固定FlowDirection
当在Fatal模式的线程中使用Growl时,它将抛出错误。
其他
性能优化
#495
用TabContainer代替TabPanel。