Gestures in WPF Range Slider (SfRangeSlider)
7 May 20211 minute to read
Keyboard
The focused Thumb moves a certain distance on every navigation key press.
Left Key
Thumb moves left and updates the corresponding value.
Right Key
Thumbs moves right and updates the corresponding value.
Down Key
Thumb moves down and updates the corresponding value.
Up Key
Thumb moves up and updates the corresponding value.
NOTE
When the SnapsTo property is set to Ticks then the Thumb snaps to next tick based on the navigation key pressed.
Mouse
RangeSlider allows the mouse gesture to update the value of the SfRangeSlider either by dragging the thumb to a certain distance or by pressing the specified region in the track.
NOTE
When the thumb is released between two steps or when the pointer is pressed between two steps, then the value and thumb automatically snaps to nearest value.