Where is the WPF Numeric UpDown control?

Posted by AngryHacker on Stack Overflow See other posts from Stack Overflow or by AngryHacker
Published on 2009-05-08T18:57:40Z Indexed on 2010/05/02 5:37 UTC
Read the original article Hit count: 671

Getting into the first serious WPF project. It seems like there are a lot of basic controls flat out missing. Specifically, I am looking for the Numeric UpDown control. Was there an out of band release that I missed? Really don't feel like writing my own control.

I do not want to use the WindowsFormHost and plop a WinForm ctl on it. I want it to be fully WPF without any legacy junk.

Thanks

© Stack Overflow or respective owner

Related posts about wpf

Related posts about controls