NumericUpDownLib v3.1.0.0
This release has been authored by heartacker 🙏
-
addr support update value when lostfocus,Fixes #36 #38
Please use theIsUpdateValueWhenLostFocus
property. -
support align the value to left/center/right #41
Please use the HorizontalContentAlignment property. -
add support to force trigger the ValueChanged event with ctrl+enter #39
Please use Control+Enter to trigger a value changed event without having to actually change a value.
This shortcut cannot be configured out. -
support disable editingTip Fixes #37 #43
Please use the IsEnableValidatingIndicator property. -
fix: the cursor will focus to the PART_Measuring_Element by mistake #44