Is it possible to have a Two value (min/max) vertical slider, (with a range of min 0-> max 1) but with the min at the bottom, and the max at the top?(My single value slider works this way)
I tried a -ve skew value (It didn’t like that! :twisted: )
I tried reversing the SetRange(1.0, 0)
and SetRange with a -ve step size
(BTW, I’m using the latest version of the juce_slider class from SVN)