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