Search code examples
wpfspinnernumericupdown

Good NumericUpDown equivalent in WPF?


I'm looking for a simple NumericUpDown (a.k.a. number spinner) control in WPF. This seems to be another lacking control in WPF. There must be some existing ones out there and I don't like to re-invent the wheel.


Solution

  • The Extended WPF Toolkit has one: NumericUpDown enter image description here