ラベル veritcal の投稿を表示しています。 すべての投稿を表示
ラベル veritcal の投稿を表示しています。 すべての投稿を表示

2012年3月24日土曜日

Reverse direction of veritcal slider?

Is it possible to reverse the direction of the slider extender? I'm using it vertically and would like the higher maximum value to be the top of the slider and the minimum value to be the bottom of the slider.

Hi,

what you can do is using negative numbers and then take the absolute value. For example, setting Minimum="-20" and Maximum="40" and then taking the absolute value of the slider. The problem is that if you use a bound control to display the slider's value, it will display the negative sign.

This scenario will be addressed in the next release, so thank you for reporting this.