Actipro Editors for UWP 2020.1 build 0351

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 display of decimal points and trailing zeros.
  • Updated Calculator's handling of data entry following its Value property being changed externally.
  • Updated MaskedTextBox to move the caret past the literal characters in the mask when gaining focus.

不具合の修正

  • Fixed a bug where Calculator didn't always detect its out-of-range state properly.
  • Fixed a bug where DoublePicker, SinglePicker, and Int64Picker might not increment values correctly when there was an enormous range allowed.