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

[FR] Add NumericUpDown #8512

Open
tim-gromeyer opened this issue Dec 7, 2023 · 3 comments
Open

[FR] Add NumericUpDown #8512

tim-gromeyer opened this issue Dec 7, 2023 · 3 comments
Labels
Enhancement Requested Product code improvement that does NOT require public API changes/additions Feature Request

Comments

@tim-gromeyer
Copy link

Hello,

I would like to request a feature for a NumericUpDown control. This is a common widget that allows users to enter and adjust numeric values using a textbox and arrows or the mouse wheel. It is available in other frameworks such as Qt (see https://doc.qt.io/qt-6/qdoublespinbox.html and https://doc.qt.io/qt-6/qspinbox.html).

I think this would be a useful addition to the graphics framework, as it would provide a more user-friendly and intuitive way to input numeric data. Currently, the only option is to use a textbox with a validator, which is not very convenient or elegant.

Thank you for your consideration and your hard work on this project.

@pchaurasia14 pchaurasia14 added Enhancement Requested Product code improvement that does NOT require public API changes/additions Feature Request and removed Untriaged labels Dec 7, 2023
@pchaurasia14
Copy link
Member

@tim-gromeyer - Yup, this looks a valid request. However, we will be taking up newer controls once we deliver on Win11 theming first.

@Symbai
Copy link
Contributor

Symbai commented Dec 8, 2023

If this gets added I hope its more than just an integer spinner. A good NumericUpDown is difficult. It must support all kind of value types (float, integer, double etc). It must support all kind of format types (decimal, hexdecimal etc).

@rampaa
Copy link

rampaa commented May 5, 2024

Duplicate of #2096.

I agree that NumericUpDown is a pretty fundamental control that should be provided by WPF itself.

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 Feature Request
Projects
None yet
Development

No branches or pull requests

4 participants