NumericUPDown cannot increment decimals

K

Krish

Is it true that I cannot increment in decimals, I would like to increment the
control by .25

thanks
 
S

Shakir Hussain

Krish,

You have to set these two properties for it to increment that way in design
mode

numericUpDown1.DecimalPlaces = 2;

numericUpDown1.Increment= 0.25;

Shak.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top