jacobpressures
Technical User
The values on the slider control start with 0 at the top and 100 at the bottom. I'm using vertical orientation.
Is is possible to reverse the numbers so that they are 100 at the top and 0 at the bottom?
I've tried the code
slider1.ToolTipText = 100 - slider1.value & "%"
But ToolTipText is different from the values that appear.
When i tried
slider1.value = 100 - slider1.value
It does wierd things.
If i can't change the values, i would like to prevent the values from appearing.
Thanks!
Is is possible to reverse the numbers so that they are 100 at the top and 0 at the bottom?
I've tried the code
slider1.ToolTipText = 100 - slider1.value & "%"
But ToolTipText is different from the values that appear.
When i tried
slider1.value = 100 - slider1.value
It does wierd things.
If i can't change the values, i would like to prevent the values from appearing.
Thanks!