Skip to content

NumericUpDown

Tim Heuer edited this page Nov 9, 2012 · 2 revisions

NumericUpDown

What it is

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.

Example Usage

Declarative:

<callisto:NumericUpDown Minimum="1" Maximum="7" Value="3" Width="200" />

Example UI

NumericUpDown from Callisto

Known Issues

No known issues.