What I'm looking for is a way to have different step sizes for each thumb of my range slider. These are basically my needs:
Thumb0 can have values on the interval [0, (Maximum - MinimumRangeSpan)] w/ stepsize1
Thumb1 can have values on the interval [SelectionStart, Maximum] w/ stepsize2
Is there an easy way to accomplish this (if at all)?
Thumb0 can have values on the interval [0, (Maximum - MinimumRangeSpan)] w/ stepsize1
Thumb1 can have values on the interval [SelectionStart, Maximum] w/ stepsize2
Is there an easy way to accomplish this (if at all)?