views:

20

answers:

1

Hello, I'm learning Silverlight and I want a control that lets the user enter a number but also that has 2 buttons like a scrollbar and when one of the buttons is pushed the value decrements/increments accordingly. Sorry I guess it should be pretty easy, the book I have is pretty basic (I'll get another one when I get a chance)

Like this:

http://img690.imageshack.us/img690/8113/capture1du.png

Thanks,

+1  A: 

You're looking for an UpDown control, also called a spinbox.

You can find one in the Silverlight Toolkit.

SLaks
Thanks! that was it.
david