Hi,
I have trouble when trying use the NumericUpDown control with the following
configuration:
ValueFormat = ValueFormat.Percentage;
PercentiDecimalDigits = 4;
Scenario: If I set the value 0.4 for this control, after press TAB key to exit the control, when the control lost focus, it show 4.0000 %, but I need the control shows then value that I entered, it means, 0.4000 %.
How could I fix this, please?
Thanks