ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ScrollablePanel Class / SmoothScrolling Property

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

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

    See Also