Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a SpinEdit / NumericUpDown Control to WPF #2096

Open
DarkIrata opened this issue Oct 23, 2019 · 3 comments
Open

Adding a SpinEdit / NumericUpDown Control to WPF #2096

DarkIrata opened this issue Oct 23, 2019 · 3 comments
Labels
Enhancement Requested Product code improvement that does NOT require public API changes/additions
Milestone

Comments

@DarkIrata
Copy link

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
Copy link

mdtauk commented Oct 23, 2019

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.

@grubioe grubioe added the Enhancement Requested Product code improvement that does NOT require public API changes/additions label Oct 24, 2019
@grubioe grubioe added this to the Future milestone Oct 24, 2019
@ranjeshj
Copy link

WinUI now has a NumberBox control.

@EddyHaigh
Copy link

With the move to use the Fluent Design based of WPFUI would it be possible to take that version of the number box and integrate it into the core framework?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Requested Product code improvement that does NOT require public API changes/additions
Projects
None yet
Development

No branches or pull requests

5 participants