4

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?

KMC
  • 19,548
  • 58
  • 164
  • 253
  • 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