Rilasci di Actipro Editors for WPF

Released: Dec 5, 2023

Aggiornamenti in 23.1.4

Funzionalità

  • Updated the MonthCalendar control's title and day names to use CurrentUICulture-based conversion instead of CurrentCulture.

Released: Sep 11, 2023

Aggiornamenti in 23.1.3

Funzionalità

  • Added a new Custom Edit Box QuickStart sample demonstrating how to build an edit box for a custom type.
  • Updated each edit box template to bind the TabIndex property down to the embedded TextBox control.

Released: Jun 12, 2023

Aggiornamenti in 23.1.1

Funzionalità

  • Improved MonthCalendar keyboard navigation.
  • Improved MonthCalendar UI automation peer configuration.
  • Improved ColorPicker UI automation peer configuration.
  • Updated the AutoCompleteBox suggestion list to announce the current selection in screen reader apps when keyboard navigation keys are used.

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 CanSnapToChangePrecision property to...

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.

Released: Nov 11, 2022

Aggiornamenti in 22.1.4

Correzioni

  • Fixed an issue where MaskedTextBox mask character classes ending in a hyphen were sometimes parsed as an incomplete range.

Released: Sep 8, 2022

Aggiornamenti in 22.1.3

Funzionalità

  • Added 'AutoCompleteBox.PopupHeader', 'PopupHeaderTemplate', and 'PopupHeaderTemplateSelector' properties that allow for injecting a header above the popup's suggestion list.

Correzioni

  • Fixed an issue where the initial move of the ColorPicker thumb within its SaturationBrightnessPicker might not yield the correct Value.
  • Fixed an issue where certain ColorPicker color component properties might not yet be updated when the ValueChanged event fires.

Released: May 27, 2022

Aggiornamenti in 22.1.2

Funzionalità

  • Improved handling of minimum and maximum dates in DateTimeEditBox and MonthCalendar.
  • Updated how the Foreground is set for non-editable edit boxes.
  • Improved the product installer.
  • Changed the product installer to install shortcuts and samples to folders accessible by all users.

Correzioni

  • Fixed an issue where the RoundingDecimalPlace properties on Editors/DataGrid interop columns weren't passing the value to the generated edit box controls.

Released: Mar 15, 2022

Aggiornamenti in 22.1.1

Funzionalità

  • Improved Microsoft Visual Studio 2022 designer support.
  • Updated how EmbeddedListBox tracks clicks to better support touch-based scrolling.

Correzioni

  • Fixed an issue on .NET Core that caused Calculator to display some results with more precision than was necessary.

Released: Dec 13, 2021

Aggiornamenti in 22.1.0

Funzionalità

  • Added a PartEditBoxCommitTriggers.LostFocus option so that commit on focus loss is now optional, which is a breaking change since it previously always occurred. The Default and All options have been updated to include LostFocus so they operate like before. If you use any other custom options, you must also now include the LostFocus option to retain the same behavior as before.
  • Renamed the PartEditBoxCommitTriggers.None option to Manual. The previous None option implicitly committed...