G'day
With many "RangeSlider" controls, there is functionality to move the entire range in a direction, by clicking and dragging the selected line portion of the slider left or right (pic attached).
Could we implement this? The logic would be that dragging it left or right, would proportionally move the bound StartValue and EndValue.
Would be great!
Cheers
Phil
It looks like when the applied culture uses comma as decimal separator, the floating-point parsing is not successful and the StartValueChanged and EndValueChanged are not triggered.
They should fire on start or end value change regardless of the used culture.
==========
ADMIN EDIT
==========
This behavior also affects the Slider component preventing its ValueChanged event from firing if the steps are floating-point types and the applied culture uses comma separator.