In my WPF C# application, I want to add a Up / Down (or Plus / Minus) button to increment or decrement an integer in a TextBox. Is there such a control or do I need to write and position a TextBox and two Buttons?
Asked
Active
Viewed 3,231 times
4
-
possible duplicate: http://stackoverflow.com/questions/841293/where-is-the-wpf-numeric-updown-control – Patrick Klug Mar 24 '11 at 01:27
-
possible duplicate of [Good NumericUpDown equivalent in WPF?](http://stackoverflow.com/questions/382676/good-numericupdown-equivalent-in-wpf) – Hans Passant Mar 24 '11 at 01:33
1 Answers
3
Microsoft has a "NumericUpDown Custom Control with Theme and UI Automation Support Sample"
Other useful links:

abramlimpin
- 5,027
- 11
- 58
- 97