1.1.4.1
修复
修复了 DataGridHelper 中部分以 Row
和 Cell
开头的属性出现显示异常的问题。
修复了 SliderHelper 中 TextStringFormat
属性默认值错误的问题。
新增
🌟新增了 TextBoxHelper 中的 InputLimit
属性。此属性可以用于限制用户的输入内容(包括粘贴),但不会对已有的内容执行验证或剔除。有关此属性的更多详细信息,请参考wiki文档。
新增了 ExpanderHelper 中的 HeaderFontWeight
属性。
新增了 FormGroup 中的 HeaderFontSize
和 HeaderFontWeight
属性。
新增了 GroupBoxHelper 中的 HeaderFontWeight
属性。
新增了 ListBoxHelper 中的 SelectedItems
属性。
新增了 ListViewHelper 中的 ColumnHeaderHoverBorderBrush
、 ColumnHeaderHoverBorderThickness
、 ColumnHeaderClickBorderBrush
、 ColumnHeaderClickBorderThickness
属性。
新增了 DataGridHelper 中的 ColumnHeaderHoverBorderBrush
、 ColumnHeaderHoverBorderThickness
、 ColumnHeaderClickBorderBrush
、 ColumnHeaderClickBorderThickness
、 ColumnHeaderFontSize
、 ColumnHeaderFontWeight
、 ClickToEdit
、 ClickToExtendedSelect
属性。RowShadowColor
、 RowSelectedShadowColor
属性暂不可用,请不要在代码中使用它们。