
Certain edit box popups now scale down if there isn't enough room for them to display.
Features
- Improved MaskedTextBox's ability to block some input that would trigger a shorter match.
- Added the IsNaNAllowed, IsNegativeInfinityAllowed, and IsPositiveInfinityAllowed properties to the CornerRadiusEditBox, PointEditBox, RectEditBox, SizeEditBox, ThicknessEditBox, and VectorEditBox controls, which can be set to support NaN and infinity component values.
- Updated the Today button to disable when today's date is not selectable.
- Updated certain edit box popups to scale down in size if there isn't enough room for them to display.
Fixes
- Fixed a bug where the MonthCalendar didn't format decades and centuries properly per the current system culture settings.
- Fixed a bug where EnumListBoxItem's template for non-Flags items could show checkboxes after a theme change.