[]
Specifies how thumbs will be moved when mouse click will be performed outside thumb area.
public enum RangeSliderScrollBehavior
| Name | Description |
|---|---|
| None | Both thumbs will not move. |
| RangeDirect | Both thumbs will be moved to mouse position. |
| RangeStep | Both thumbs will be moved to direction of mouse by a large distance. |
| ThumbDirect | Closest thumb will be moved to mouse position. |
| ThumbStep | Closest thumb will be moved to direction of mouse by a large distance. |