There's a control, sometimes frequently
used, that consists of two arrows (up
and down) to the right of a number
field. It's used for picking a number
from a preset set of available values.
It works just like ComboBox with the
difference that it's not folded out
but changeable one step at a time.
Where is this stupid thing in WPF?!
Either i'm slow (which has been
previously suggested, hehe, or it's a
huge blunder by MS)...
Here are all the controls that _I_'ve
located. It's simply not there...
http://msdn2.microsoft.com/en-us/library/aa970268.aspx#Controls
--
Regards
Konrad Viltersten
--------------------------------
sleep - a substitute for coffee for the poor
ambition - lack of sense to be lazy
Gilles Kohl [MVP] - 24 Mar 2008 12:34 GMT
Konrad,
>There's a control, sometimes frequently
>used, that consists of two arrows (up
[quoted text clipped - 14 lines]
>located. It's simply not there...
>http://msdn2.microsoft.com/en-us/library/aa970268.aspx#Controls
Hmm, the existence of a number of WPF samples that implement a the
NumericUpDown control (I guess that is the one you were after) seems to
confirm your theory. Maybe the sample custom control is useful to you though?
http://msdn2.microsoft.com/en-us/library/ms771573.aspx
(Note that I have not tried out the sample myself)
Regards,
Gilles.