Hello,
I am using the NumericUpDown with a binding to a nullable short property on my ViewModel. The NumericUpDown is declared as follows
And the ViewModel property is defined as
However, the value that is displayed on load is a 0. I put a breakpoint in the getter of the property and it is indeed returning null.
What am I missing here?
Thanks.