
Improves MaskedTextBox input logic to allow typing anywhere in the leading prompt characters.
Features
- Added the ColorEditBox.IsInitialValueComparedOnPopup property that determines whether the initial value is compared to the current value on the picker popup.
- Added the ColorPicker.ComparisonValue and IsComparisonValueVisible properties that support a comparison color.
- Added the HsbColorPicker.ComparisonValue and IsComparisonValueVisible properties that support a comparison color.
- Improved DoubleEditBox and SingleEditBox to better support very small numbers.
- Improved DoublePicker and SinglePicker to better support very small numbers.
- Improved MaskedTextBox input logic to allow typing anywhere in the leading prompt characters.
- Updated GradientStopSlider to return a default width when measured with infinite width.
- Updated the UIA peers for edit boxes.
Fixes
- Fixed a MaskedTextBox bug where pressing Backspace after the first character might not delete it.
- Fixed a bug introduced in a previous build where the MonthCalendar's decade view could throw an exception.
- Fixed several MonthCalendar scenarios where non-Gregorian calendars could throw an exception.