Actipro Grids for WPF 2018.1 build 0675

Released: Mar 11, 2019

2018.1 build 0675 での更新項目

機能

  • Updated TreeListBox to recursively search the tree for filter results as appropriate when the TreeItemChildrenQueryMode.OnExpansion option is used and TreeListBox.AutoExpandItemsOnFilter is set. In lazy-load scenarios where there are large load times (e.g. database or file system access), keep the AutoExpandItemsOnFilter property false when filtering to prevent initial display performance.
  • Improved performance of handling some external updates to collections being edited inline.

不具合の修正

  • Fixed a bug where a programmatically-selected TreeListBoxItem might not properly scroll into view.
  • Fixed a bug where updating a collection being edited inline by PropertyGrid wouldn't properly dispose removed property models.
  • Fixed a bug where new collection items in PropertyGrid might not appear read-only when the PropertyGrid.IsReadOnly property is set to true.