Rilasci di Actipro Editors for UWP

Released: Jun 7, 2023

Aggiornamenti in 22.1.0364

Funzionalità

  • Updated ByteEditBox, Int16EditBox, Int32EditBox, and SingleEditBox so out of range values (up to Int64 or Double) are trimmed to the allowed minimum/maximum range of the control instead of being treated as invalid input.

Released: Nov 8, 2022

Aggiornamenti in 22.1.0362

Funzionalità

  • Added the 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.
  • Fixed an issue where MaskedTextBox mask...

Released: May 26, 2022

Aggiornamenti in 22.1.0361

Funzionalità

  • Improved 'DateTimeEditBox' and 'MonthCalendar' handling of minimum and maximum dates.

Released: Mar 3, 2022

Aggiornamenti in 22.1.0360

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

Released: Jul 9, 2021

Aggiornamenti in 2020.1 build 0354

Funzionalità

  • Improved a couple of splitter visualization features.
  • Improved AutoCompleteBox automation property configuration.

Correzioni

  • Fixed a bug where TimeEditBox bound to a null value could still show a time when loaded.

Released: Feb 15, 2021

Aggiornamenti in 2020.1 build 0353

Funzionalità

  • Added the AutoCompleteBox.TextAlignment property.
  • Updated each edit box to have a default AllowDrop of true and to bind the AllowDrop property to the embedded TextBox.
  • Updated numeric edit boxes to not round values when incrementing and the related SmallChange or LargeChange is zero.

Correzioni

  • Fixed a bug where the AdvancedTextBlock.HasToolTipOnOverflow property wasn't disabling the tooltip properly.

Released: Nov 18, 2020

Aggiornamenti in 2020.1 build 0352

Funzionalità

  • Added the AutoCompleteBoxEventArgs.OriginalText property, which contains the control's text prior to a selected item overriding it.

Released: Aug 26, 2020

Aggiornamenti in 2020.1 build 0351

Funzionalità

  • Added an IsNullAllowed property to DatePicker, DateTimePicker, and TimePicker, and changed their Value property type to be nullable DateTime. When null is allowed, a Clear button appears on the MonthCalendar.
  • Improved how numeric edit boxes parse whitespace within custom format string literals.
  • Improved the DoubleEditBox and SingleEditBox parsing of values when using a percentage format.
  • Updated Calculator to commit any pending operations when focus is lost.
  • Updated Calculator's...

Released: Mar 26, 2020

Aggiornamenti in 2020.1

Funzionalità

  • Added the AutoCompleteBox.SelectedItemChanged event.
  • Added the AutoCompleteBox.InputMode property, which determines control usage behavior.
  • Added a HasText property to the BrushEditBox and ColorEditBox controls, allowing the text portion of the edit box to be hidden for swatch-only display.
  • Improved DateEditBox and TimeEditBox to accept delimiter-less input for several additional custom formats.
  • Updated numeric edit boxes to support large incremental changes when holding Shift while...

Released: Oct 10, 2019

Aggiornamenti in 2019.1 build 0341

Funzionalità

  • Updated Microsoft Visual Studio designer functionality to work with new UWP extensibility model.
  • Updated the DoublePicker, Int16Picker, Int32Picker, Int64Picker, and SinglePicker controls so a full rotation increments 1,000 values when the min-to-max range is larger than 1,000.