I want to use Number updown control in my WPF application. BUt I didn't found any such control in the toolbox control. Please tell me how can i implement this control and its functionality in my application
Some more ideas:
Create a user control that is composed of a TextBox and two buttons. You'll have to do some extra work to get just numeric data from the user. See this StackOverflow thread for some ideas on this.
Also check out the Silverlight Toolkit as it has a NumericUpDown control (use it as an example). You may be able to port over the needed code without too much work.
Or just use a commercial 3rd party solution.
Last edited by gurge60; June 3rd, 2009 at 03:05 PM.
Reason: more info
Bookmarks