Actipro Grids for WPF のリリース

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...

Released: Dec 13, 2018

2018.1 build 0674 での更新項目

機能

  • Added TreeListViewColumn.CellVerticalAlignment property for configuring how content in a column's cells align vertically.
  • Updated how the TreeListBox selection anchor item is tracked when virtualization removes its container.

Released: Oct 16, 2018

2018.1 build 0673 での更新項目

機能

  • Updated TreeListBoxItem UI automation peers to support the ExpandCollapse pattern.
  • Updated some item adapter logic to not execute if there is a null TreeListBox.RootItem.
  • Updated focus handling code to not move focus when various TreeListView item updates occur while focus is within a column header.

不具合の修正

  • Fixed a bug where the TreeListBox.SelectionChanged event could get raised twice.
  • Fixed a bug where the TreeListBoxItem.OnPointerPressed method could throw an exception.
  • Fixed a UI bug in a...

Released: Jul 24, 2018

2018.1 build 0672 での更新項目

機能

  • Added UI automation peers.
  • Added the TreeListBox.ExpandAll and CollapseAll methods.

Released: Jun 8, 2018

2018.1 build 0671 での更新項目

機能

  • Updated filtering logic to better handle the OnExpansion tree item children query mode.
  • Updated TreeListView cells to better vertically align cell content.
  • Updated Editors interop's BuiltinPropertyEditors.IsEnabled feature to support PropertyGrids created on different threads.

Released: May 17, 2018

2018.1 での更新項目

機能

  • Updated PropertyGrid to support multi-selection modes.
  • Updated TreeListBoxItem to become the primary selection when in single selection mode it receives focus.
  • Added the TreeListBox.IsRootItemVisibleChanged event.
  • Added a TreeListBoxItemMenuEventArgs.IsBackground property that indicates if a right-click was past the last column in a TreeListView.
  • Updated right-clicks on selected TreeListBox items when in Multiple selection mode to not deselect.
  • Improved how TreeListBox items load children to...

Released: Mar 1, 2018

2017.2 build 0665 での更新項目

不具合の修正

  • Added handling for Microsoft's KB4055532 that threw an exception on Fonts.SystemFontFamilies calls in Windows 7.
  • Fixed a TreeListView bug introduced in a previous build where clicking an item's expander might not work properly.

Released: Jan 10, 2018

2017.2 build 0663 での更新項目

機能

  • Customize Enter keys are handled for various property editor types.
  • Refactored PropertyGridItem.TryCommitPropertyValueEdit to only focus itself if focus was within it.
  • Changed the PropertyGrid.TryCommitPropertyValueEdit method to be public, and updated it to work better when focus isn't within the PropertyGrid.
  • Slightly increased minimum pointer distance that must be moved to initiate a TreeListBox item drag.
  • Updated TreeListView to not raise the ColumnHeaderTapped event when a pointer taps...

Released: Oct 31, 2017

2017.2 build 0662 での更新項目

機能

  • Added TreeListViewColumn.SortDirection property and related ColumnSortDirection enumeration that can be used to indicate that a sort glyph should appear in the column header when paired with a custom sorting mechanism.
  • Improved TreeListBox to better handle property updates from view-models on other threads.
  • Improved TreeListBox selection tracking performance.

不具合の修正

  • Fixed a bug introduced in a previous build where pressing Tab to navigate focus through the PropertyGrid wouldn't properly...

Released: Aug 22, 2017

2017.2 build 661 での更新項目

機能

  • Added the TreeListBoxItemAdapter.OnDragStart and OnDragComplete methods that fire immediately before and after a drag occurs from the TreeListBox, allowing for custom drag adorners to be used.
  • Improved TreeListBox support for child node move operations within the same parent to retain selection when appropriate.