Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / SmoothScrolling Property

In This Topic
    SmoothScrolling Property (ScrollBarElement)
    In This Topic
    Gets or sets whether the scrolling should be performed in steps.
    Syntax
    'Declaration
     
    
    Public Property SmoothScrolling As Boolean
    public bool SmoothScrolling {get; set;}
    Remarks

    Setting this property to true causes the control to scroll in steps. The result is a smooth scrolling effect, as opposed to the instant change applied when SmoothScrolling is set to false.

    See Also