Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
XamNumericEditor ValueConstraint Exclude Zero
posted

Is there any relatively simple way to set a value constraint (preferably via xaml) on the xamnumericeditor so that it excludes ONLY 0?

I have a quantity control that I need to be able to allow the user to enter both positive and negative numbers, but NOT zero.

Thanks.