The VSlider control seems to provide only one orientation, with the maximum value on top and the minimum on bottom:
- max | | | < | | - min Is there any way to flip this around, so that the minimum is at top and the maximum at bottom? Or would I have to write my own extension to do this? This is how I'm currently specifying my VSlider: <mx:VSlider height="100%" minimum="0" maximum="100" tickInterval="25" snapInterval="0.1" labels="[0%,25%,50%,75%,100%]"/> Thanks!

