Actipro Editors for UWP Releases

Released: Jun 7, 2023

Updates in 22.1.0364

Funktionen

  • 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

Updates in 22.1.0362

Funktionen

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

Fehlerkorrekturen

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

Released: May 26, 2022

Updates in 22.1.0361

Funktionen

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

Released: Mar 3, 2022

Updates in 22.1.0360

Funktionen

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

Released: Jul 9, 2021

Updates in 2020.1 build 0354

Funktionen

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

Fehlerkorrekturen

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

Released: Feb 15, 2021

Updates in 2020.1 build 0353

Funktionen

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

Fehlerkorrekturen

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

Released: Nov 18, 2020

Updates in 2020.1 build 0352

Funktionen

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

Released: Aug 26, 2020

Updates in 2020.1 build 0351

Funktionen

  • 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

Updates in 2020.1

Funktionen

  • 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

Updates in 2019.1 build 0341

Funktionen

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