Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging the mouse vertically/horizontally, clicking up/down buttons, using up/down or left right cursor keys, spinning mousewheel on mouseover, or editing the textbox.
Stars
89
Forks
16
Watchers
89
Open Issues
11
Overall repository health assessment
No package.json found
This might not be a Node.js project
122
commits
33
commits
13
commits
1
commits
1
commits
Merge pull request #56 from jholzer/FeatureOptinallyDisableMouseWheel
5a7ca5aView on GitHubBugfix: Format-Text must return parsed value, else value in textbox will be overwritten with "LastEditingNumericValue" if "IsUpdateValueWhenLostFocus" is enabled on lost focus
a756b40View on GitHubMerge pull request #54 from heartacker/fixLastEditingNumericValueError
da473e2View on GitHubfix:changing the value by mouse/click/keyup/keydown will not change the LastEditingNumericValue
a515a38View on GitHubRevert "Merge pull request #47 from heartacker/WaterMark"
ef6c2a8View on GitHubLastEditingNumericValue should be as same as Value when ValueChanged
13a88f9View on GitHub