dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
7.02k stars 1.16k forks source link

Adding a SpinEdit / NumericUpDown Control to WPF #2096

Open DarkIrata opened 4 years ago

DarkIrata commented 4 years ago

The NumericUpDown control is available in WinForms, and also should be in WPF. Especially since it is much easier to make custom styles for controls in WPF. It is annoying to rebuild that control everytime you need it and can't reuse older code. Sure there are ready to use libraries like MahApps, but it should never be a requirement for basic controls to add a dependency. Even worse when you use style libraries like MaterialDesignInXaml which restyle many basic controls. (Yes, i know that an self-made problem)

I am suprised that there is no request issue open for this. But yeah, would be happy to get that control.

mdtauk commented 4 years ago

WinUI is building a NumberBox control, which includes Spin/Up Down buttons.

The design teams should confer to ensure a consistent design, and share knowledge and code as much as possible.

ranjeshj commented 4 years ago

WinUI now has a NumberBox control.