Skip to content

More Up/Downs for Different Types of Data

Compare
Choose a tag to compare
@Dirkster99 Dirkster99 released this 26 Aug 00:09
· 136 commits to master since this release

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