feat(controls): Add NumericUpDown control#1022
Conversation
… buttons fit snuggly within the control. Also add vertical/horizontal ButtonAlignment
…purely cosmetic Fixed a bug with using `Coerce(ValueProperty)` where ValueProperty would, under some conditions, revert to its initial xaml value rather than the current Value
|
Hey @koal44, thanks for putting the work into the control, but we should avoid creating two controls to do the same thing. If you have any ideas on how to improve |
|
it would be great to have this control |
NumericUpDown control
|
I don't see why we need two controls that do the same thing. But I can see simplifying this PR to introduce a new |
|
Shouldnt that PR be transformed into a fix for #1673 ? NumberBox is already supposed to support what you implemented, but it's broken |
It was my understanding this is precisely what |
I think that's correct. |
Pull request type
What is the new behavior?
Added new control
NumericUpDown. The library already has aNumberBoxcontrol, but this is my version.NumericUpDownOther information