Actipro Editors for UWP のリリース

Released: Jun 7, 2023

22.1.0364 での更新項目

機能

  • 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

22.1.0362 での更新項目

機能

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

不具合の修正

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

Released: May 26, 2022

22.1.0361 での更新項目

機能

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

Released: Mar 3, 2022

22.1.0360 での更新項目

機能

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

Released: Jul 9, 2021

2020.1 build 0354 での更新項目

機能

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

不具合の修正

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

Released: Feb 15, 2021

2020.1 build 0353 での更新項目

機能

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

不具合の修正

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

Released: Nov 18, 2020

2020.1 build 0352 での更新項目

機能

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

Released: Aug 26, 2020

2020.1 build 0351 での更新項目

機能

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

Released: Mar 26, 2020

2020.1 での更新項目

機能

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

Released: Oct 10, 2019

2019.1 build 0341 での更新項目

機能

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