I apologize if the answer was given earlier. I searched and did not find a suitable answer.
I have a numericupdowncontrol that accepts user input. Right now, I have set the decimalPlaces property to 2. If the user logs in to 1.23, he remains true. However, if the user enters 1.2, it displays 1.20. This is not what I want. It should display 1.2, not 1.20. Is there any way to do this? If the user enters 1, then it should be 1, not 1.00. How to do it?
Thanks a lot!
source share