-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Control: NumericUpDown #846
Control: NumericUpDown #846
Conversation
XAML looks fine. Everything looks fine except for one little thing. Custom controls like this go in the Themes folder instead of Styles (which is for styles for built-in WPF controls). It's a way of keeping things organized. Other than that, I'll give it a small try and see how nice it is. |
The control is a good start. Is there a way we could make it look more like this: @MahApps/contributors what do you think? |
Thanks for the feedback. I will move the style to the appropriate folder |
…yle to ButtonBase in order to be able to use it for RepeatButtons
That's awesome. Do the headers respond to 'FontSize'? |
What do you mean with header |
Oh, yeah, never mind. I thought those labels were a part of the control, hence why I called them "header". @MahApps/contributors Opinions? |
👍 |
@xxMUROxx Let us know when you're finished so I can merge this. |
Yes, I have finished. |
Implemented a NumericUpDown control.
Closes #841