Increment/decrement with mouse drags in one direction or both
-
Implemented Issue #7 to allow users a configuration of whether only vertical or only horizontal mouse moves (or both) should be used to incrment/decrement a value in small/large steps.
-
Fixed Issue #4 The Minimum, Maximum, and Value properties can now be set in any order (to improve support for binding) and should be applied by the control as long as:
- MinValue is smaller equal Value
- Value is smaller equal MaxValue
(implimented NUnit tests to prove this point)