NumericUpDownLib Versions Save

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.

v2.4

4 years ago

v2.3.1

4 years ago

v2.3.0

5 years ago

v2.2.0

5 years ago

v2.1.0

5 years ago

Bug Fixes + New Features:

  • Implemented specific numeric up down control for data type: byte, decimal, double, float, integer, long, sbyte, short, ushort, uint, ulong
  • Percentages can be edit at [0-100] while backend viewmodels handles [0-1] values, see FactorToDoubleConverter and PercentageUpDownDemo
  • up down controls support increment and decrement via mouseover and mousewheel spin up/down
  • Up/Down button is disabled when min or max limit is already reached
  • SelectAll on GotFocus of TextBox
  • Added support to spin value up/down on mouseover + mousewheel spin

v1.1.0

5 years ago

v1.0.3

5 years ago

Added StepSize dependency property in control and demo code.

V1.0.2

6 years ago

The numeric up down textbox control portion can now also be edit directly via keyboard.

v1.0.1

6 years ago

v1.0.0

6 years ago