-
Notifications
You must be signed in to change notification settings - Fork 108
NumericUpDown
Tim Heuer edited this page Nov 9, 2012
·
2 revisions
NumericUpDown is a "spinner" control for numeric values. It is a text entry field that presents itself with a "+" and "-" symbol for incrementing/decrementing the value. The developer can choose Minimum and Maximum values in addition to the incremental value and decimal places. It is meant for numbers only and is not a general purpose spinner control.
Declarative:
<callisto:NumericUpDown Minimum="1" Maximum="7" Value="3" Width="200" />
No known issues.