Actipro Grids for WPF のリリース
Released: Dec 5, 2023
23.1.4 での更新項目
機能
- Updated ComboBox-based property editors to better support property value change cancellation.
Released: Sep 11, 2023
23.1.3 での更新項目
機能
- Updated TreeListBoxAutomationPeer's implementation of the IItemContainerProvider interface.
Released: Jun 12, 2023
23.1.1 での更新項目
機能
- Added a TreeListView Sorting QuickStart sample that shows how to sort items in the control when a column header is tapped.
- Added the TreeListViewColumn.Tag property.
不具合の修正
Released: Apr 19, 2023
23.1.0 での更新項目
機能
- Updated Microsoft .NET 5 targets to .NET 6 since .NET 5 is out of support. Users can continue to use Microsoft .NET Core 3.1 targets for .NET 5 applications.
- Updated Microsoft .NET Framework 4.5.2 and 4.6.1 targets to .NET Framework 4.6.2 since it is the most recent supported version of .NET Framework.
- Updated SyntaxEditor-related NuGet packages to properly support cross-platform .NET 6.0.
- Updated all assemblies to be code-signed.
- Added the TreeListBox.CanSelectItemOnFocus property and...
Released: Apr 4, 2023
22.1.5 での更新項目
機能
- Validated Microsoft .NET 7 compatibility.
- Updated SyntaxEditor-related NuGet packages to properly support cross-platform Microsoft .NET 5.0.
- Improved UIA peer logic.
- Updated TreeListBox.InvalidateChildren to work properly for the root item when IsRootItemVisible is false.
- Updated TreeListBox to not handle number pad arithmetic keys if focus is within an embedded TextBoxBase control.
Released: Nov 11, 2022
22.1.4 での更新項目
機能
- Added a GridResourceKeys class with ComponentResourceKeys for several built-in PropertyGridItem styles.
Released: Sep 8, 2022
22.1.3 での更新項目
機能
- Updated property grid item UIA peers to return their full path in the AutomationId property.
不具合の修正
- Fixed an issue where a dragged TreeListBox item wasn't focused after drop.
- Fixed an issue where category editor child controls might not allow certain keys to be typed.
- Reverted the previous build's UIA peer updates for TreeListBox/TreeListView/PropertyGrid items since they could cause runtime performance issues when there were many items.
Released: May 27, 2022
22.1.2 での更新項目
機能
- Updated PropertyModelStringFilter to support category editors.
- Updated TreeListBox.InvalidateChildren logic to better handle collapsed node invalidation.
- Refactored the UIA peers for TreeListBox/TreeListView/PropertyGrid items so that they appear in their proper hierarchy instead of a flat list.
- Improved the product installer.
- Changed the product installer to install shortcuts and samples to folders accessible by all users.
Released: Mar 15, 2022
22.1.1 での更新項目
機能
- Improved Microsoft Visual Studio 2022 designer support.
- Added the TreeListBoxItemAdapter.GetDefaultActionCommand method and updated the sample TreeNodeModel to properly support default action commands.
- Updated TreeListBox to better support VirtualizingPanel.ScrollUnit in Pixel mode.
- Updated TreeListBox logic for handling selection change cancellations.
- Updated the Custom Data Factory QuickStart to include a data items dictionary.
不具合の修正
- Fixed an issue where the TreeListBox.InvalidateChildren...
Released: Dec 13, 2021
22.1.0 での更新項目
機能
- Added the TreeListBox.FilterApplied event that is raised after the current filtering state has been applied to all of the control's items, generally occurring when DataFilter is changed, or filtering is enabled or disabled.
- Added a TreeListBoxItemAdapter.GetAbsolutePath method that can be implemented to improve performance in large trees when searching for a tree node.
- Improved TreeListBox item focus tracking in response to selection changes.
- Improved TreeListBox when filtering with...