Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2092
Adding Thumbs to XamNumericRangeSlider
posted

I have an issue when adding thumbs to XamNumericRangeSlider. I'm adding them in code-behind and clearing all thumbs before I add the new ones. I also add them in order from highest value to lowest. I have three thumbs. My slider has min-max values of -20 and 20.

If I add thumb values of 0, 1 and 12, it works fine but if I use values like -3, -1 and 12, it doesn't work. The -3 and -1 values become the same which is probably because of the interaction mode being set to lock. This seems to be some kind of a bug in slider since the behavior changes when the values change. 

I have attached a sample project where you can reproduce this. I'm using SL5 and 11.2 version of your controls. Thanks in advance!

SliderThumbAddingSample.zip
Parents Reply Children
No Data