
Updates TreeListBox to recursively search the tree for filter results as appropriate.
Features
- 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.
Fixes
- 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.