Releases: Dirkster99/NumericUpDownLib
Releases · Dirkster99/NumericUpDownLib
Multitargeting NetCore 3 and Net 4/Net 4.5.2
Merge pull request #6 from Dirkster99/NetCore3 Multitargeting NetCore 3/.Net4
Using a more symetrical up/down arrow default stlye (see issue #5).
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
v2.3.0 Found and resolved critical issue about Min/Max bounds not being obse…
Added feature support for mouse drag to increment/decrement value in Blend Style
Merge pull request #3 from Dirkster99/Mouse_Inc Mouse inc
More Up/Downs for Different Types of Data
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
v1.1.0 Added theming demo client
v 1.0.3 StepSize Feature
Added StepSize dependency property in control and demo code.
Editable TextBox Portion
The numeric up down textbox control portion can now also be edit directly via keyboard.
Minor changes in text alignment
v1.0.1 Merge branch 'master' of https://github.com/Dirkster99/NumericUpDownLib
Initial Version
v1.0.0 Initial Version