N
N
nkorobkov2017-10-21 18:54:49
C++ / C#
nkorobkov, 2017-10-21 18:54:49

How to make numericUpDown element support negative numbers?

I made a calculator for matrices: addition, multiplication, determinant, etc.
59eb6e336c8cb095178646.png
Values ​​are set using numericUpDown elements, but by default it cannot be negative.
How can I make numericUpDown accept negative values? I searched MSDN and didn't find such a property...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nkorobkov, 2017-10-21
@nkorobkov

Found: there is a property Minimum, by default it is 0. Changed it to -100, everything works.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question