Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinScrollBar Class / PerformScroll Method
A ScrollType value representing the type of scroll action used to scroll.


In This Topic
    PerformScroll Method
    In This Topic
    Raises the Scroll event using the specified ScrollType.
    Syntax
    'Declaration
     
    Public Sub PerformScroll( _
       ByVal scrollType As ScrollType _
    ) 
    'Usage
     
    Dim instance As WinScrollBar
    Dim scrollType As ScrollType
     
    instance.PerformScroll(scrollType)
    public void PerformScroll( 
       ScrollType scrollType
    )

    Parameters

    scrollType
    A ScrollType value representing the type of scroll action used to scroll.
    Remarks

    This method allows you to raise the Scroll event without passing any event information to the event handler.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also