WidgetSlider could use a value orientation

The widget slider needs a value orientation (for lack of a better phrase).



For example, if I create a vertical slider, how can I make the top of the slider represent maximum and the bottom represent minimum?



This can be done in code by using the negative of the min, max, and value, and converting again by the negative when using the value, but that’s very awkward.



-Mike