
Improves DoublePicker and SinglePicker to better support very small numbers.
Features
- Added ColorEditBox.IsInitialValueComparedOnPopup property which determines whether the initial value is compared to the current value on the picker popup.
- Added ColorPicker.ComparisonValue and IsComparisonValueVisible properties that support a comparison color.
- Added HsbColorPicker.ComparisonValue and IsComparisonValueVisible properties that support a comparison color.
- 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.
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.