Where is the WPF Numeric UpDown control?

后端 未结 13 1858
伪装坚强ぢ
伪装坚强ぢ 2020-11-30 00:02

Getting into the first serious WPF project. It seems like there are a lot of basic controls flat out missing. Specifically, I am looking for the Numeric UpDown control. W

13条回答
  •  囚心锁ツ
    2020-11-30 00:42

    Here is another open source control that has many different input methods (mouse drag, mouse wheel, cursor keys, textbox editing), supports many data types and use cases:

    https://github.com/Dirkster99/NumericUpDownLib

提交回复
热议问题