The Telerik WPF NumericUpDown control allows you to define the minimum and maximum values, to which the user can increment/decrement the input’s value. Additionally, you can:
- specify the “change” that will be applied to the value upon each incrementation/decrementation
- allow the users to edit the value
- delay the change
- autoreverse the values
- accelerate the changing speed
Top