Actipro Grids for WPF 新版本發表
Released: Dec 17, 2024
24.1.4 中的更新
特性
- Improved TreeListBox remove node logic and updated the Drag/Drop QuickStart's item adapter logic to reselect all moved items.
- Improved TreeListBox post-filter logic to restore the pre-filter selection if no selection changes were made while filtering.
Released: Sep 10, 2024
24.1.3 中的更新
特性
- Updated TreeListBox to not request bringing a tree node that is stopping editing into view.
- Updated context menus to support access keys.
修補程式
- Fixed an issue where inserting TreeListBox nodes when filtering was active could lead to the new node displaying in the wrong location.
- Fixed an issue where TreeListView tree lines could scroll horizontally when there were frozen columns.
- Fixed an issue where TreeListBoxItemAdapter.OnDragHover was passed the incorrect target item.
Released: Apr 24, 2024
24.1.2 中的更新
特性
- Updated TreeListBox nodes to use weak references when attaching PropertyChanged and CollectionChanged events for items.
Released: Feb 26, 2024
24.1.1 中的更新
特性
- Updated and added UIA peers for numerous controls to better support accessibility updates in .NET 8.
- API documentation is now based on assemblies that target Microsoft .NET 6 (previously .NET Framework).
- The Sample Browser application included with the installer will now multi-target .NET Framework 4.6.2 and .NET 6.
- Removed official support for Microsoft Visual Studio 2017 although users should still be able to continue using the IDE for their own applications. Sample Browser requires Visual...
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.