Rilasci di Actipro Grids for WPF
Released: Dec 17, 2024
Aggiornamenti in 24.1.4
Funzionalità
- 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
Aggiornamenti in 24.1.3
Funzionalità
- Updated TreeListBox to not request bringing a tree node that is stopping editing into view.
- Updated context menus to support access keys.
Correzioni
- 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
Aggiornamenti in 24.1.2
Funzionalità
- Updated TreeListBox nodes to use weak references when attaching PropertyChanged and CollectionChanged events for items.
Released: Feb 26, 2024
Aggiornamenti in 24.1.1
Funzionalità
- 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...
Released: Dec 5, 2023
Aggiornamenti in 23.1.4
Funzionalità
- Updated ComboBox-based property editors to better support property value change cancellation.
Released: Sep 11, 2023
Aggiornamenti in 23.1.3
Funzionalità
- Updated TreeListBoxAutomationPeer's implementation of the IItemContainerProvider interface.
Released: Jun 12, 2023
Aggiornamenti in 23.1.1
Funzionalità
- 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.
Correzioni
Released: Apr 19, 2023
Aggiornamenti in 23.1.0
Funzionalità
- 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...
Released: Apr 4, 2023
Aggiornamenti in 22.1.5
Funzionalità
- 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
Aggiornamenti in 22.1.4
Funzionalità
- Added a GridResourceKeys class with ComponentResourceKeys for several built-in PropertyGridItem styles.