NumericUpDownLib icon indicating copy to clipboard operation
NumericUpDownLib copied to clipboard

Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging th...

Results 14 NumericUpDownLib issues
Sort by recently updated
recently updated
newest added

do not adjust the control panel length when use mouse to drap the control of displayLength

now we have to use `ValueChanged="UIntegerUpDown_ValueChanged"` can we use binding Command for this event?

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property. Double:'NaN' BindingExpression:Path=Width; DataItem='TextBox' (Name='PART_Measuring_Element'); target element is 'TextBox' (Name=''); target property is 'MaxWidth' (type 'Double')

When the user enters in their own number, if it is invalid, the property changed event does not fire nor does the lost focus event if that is used instead....

fix: #66 before and after: ![image](https://github.com/Dirkster99/NumericUpDownLib/assets/1876302/d6ebc247-61e9-41ea-aec7-a2c98d20ba00) default is also ok ![image](https://github.com/Dirkster99/NumericUpDownLib/assets/1876302/bd4bfd00-aacc-4f15-a602-6989dba91c31)

min = 7 when value = 7 ![image](https://github.com/Dirkster99/NumericUpDownLib/assets/1876302/5f6b242b-d942-4c7f-b0f2-eae2e14aa604)

![image](https://github.com/Dirkster99/NumericUpDownLib/assets/1876302/ba2c8b7a-beaa-451c-a3f9-fed4e506cf5b)

make mothed protect for sub-class