Right now, I have a slider going from 0-100. So the value 0 appears on the left and the value 100 appears on the right. As I drag the thumb control from left to right, the value grows toward 100 and the slider is colored from left to right as I drag the thumb control from left to right.
I want the exact opposite. Is this possible? I've tried setting the max value to 0 and low value to 100 but all that does is switch them back to low of 0 and high of 100.