WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.Input Namespace / RangeSliderScrollBehavior Enumeration
In This Topic
    RangeSliderScrollBehavior Enumeration
    In This Topic
    Specifies how thumbs will be moved when mouse click will be performed outside selected area.
    Syntax
    public enum RangeSliderScrollBehavior : System.Enum 
    Members
    MemberDescription
    NoneBoth thumbs will not move.
    RangeBoth thumbs will be moved to direction of mouse by a large distance.
    ThumbClosest thumb will be moved to direction of mouse by a large distance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Input.RangeSliderScrollBehavior

    See Also