Rilasci di Actipro Grids for WPF

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.

Released: Sep 8, 2022

Aggiornamenti in 22.1.3

Funzionalità

  • Updated property grid item UIA peers to return their full path in the AutomationId property.

Correzioni

  • 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

Aggiornamenti in 22.1.2

Funzionalità

  • 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

Aggiornamenti in 22.1.1

Funzionalità

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

Correzioni

  • Fixed an issue where the TreeListBox...