Skip to content

Increment/decrement with mouse drags in one direction or both

Compare
Choose a tag to compare
@Dirkster99 Dirkster99 released this 03 May 23:08
· 107 commits to master since this release
  • 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)