I'm using IntegerUpDown
from the WPF toolkit and I'm binding the minimum, maximum, and value properties.
When the view loads, some of the values in the IntegerUpDown
control display "0" (invalid input which I can't touch) even though the minimum is set via the binding to "1" (I can't touch this either).
Why does this happens? Why doesn't the minimum enforces the minimum check on screen load? When I scroll down the view probably refreshes as then the app crashes.
Any idea on this issue will be great