Actipro Grids for UWP 2020.1 build 0351
Released: Aug 26, 2020
2020.1 build 0351 中的更新
特性
- Added the PropertyGrid.ImmediateStringValueTemplate property and the related DefaultValueTemplateKind.ImmediateString enum value to select it. The new DataTemplate is the same as the DefaultStringValueTemplate but uses a binding that updates immediately as text is typed instead of only on focus loss.
- Updated PropertyGrid to prevent ObservableCollection property model refreshing when an item is replaced.
修补程序
- Fixed a bug where a BrushEditBox used in PropertyGrid wouldn't always raise the PropertyValueChanged event.
- Fixed a bug where hidden columns wouldn't allow star width columns to size correctly.
- Fixed a bug in how TreeListBox notified of multiple item removal.
- Fixed a bug where merged property models didn't track StandardValuesDisplayMemberPath properly.