Skip to content

Releases: Dirkster99/NumericUpDownLib

Multitargeting NetCore 3 and Net 4/Net 4.5.2

03 Sep 17:11
381bae6
Compare
Choose a tag to compare
Merge pull request #6 from Dirkster99/NetCore3

Multitargeting NetCore 3/.Net4

Using a more symetrical up/down arrow default stlye (see issue #5).

28 Jul 17:21
Compare
Choose a tag to compare
Implemented arrow up/down style suggestion in issue #5

https://github.com/Dirkster99/NumericUpDownLib/issues/5

Fixed critical issue about observing min/max values when changing value

05 Mar 22:48
Compare
Choose a tag to compare
Found and resolved critical issue about Min/Max bounds not being obse…

…rved when incrementing/decrementing values.

Added feature support for mouse drag to increment/decrement value in Blend Style

21 Feb 15:43
9a68539
Compare
Choose a tag to compare
Merge pull request #3 from Dirkster99/Mouse_Inc

Mouse inc

More Up/Downs for Different Types of Data

26 Aug 00:09
Compare
Choose a tag to compare

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

Fixed Layouting problems with themed radiobuttons

17 Aug 15:27
Compare
Choose a tag to compare
v1.1.0

Added theming demo client

v 1.0.3 StepSize Feature

28 Jun 16:55
Compare
Choose a tag to compare

Added StepSize dependency property in control and demo code.

Editable TextBox Portion

02 Jan 23:55
0e57b06
Compare
Choose a tag to compare

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

Minor changes in text alignment

15 Aug 21:19
Compare
Choose a tag to compare
v1.0.1

Merge branch 'master' of https://github.com/Dirkster99/NumericUpDownLib

Initial Version

02 Aug 15:14
Compare
Choose a tag to compare
v1.0.0

Initial Version