ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ScrollCtl Method

In This Topic
    ScrollCtl Method (C1Combo)
    In This Topic
    Scrolls the list data area by the specified number of rows and columns.
    Syntax
    'Declaration
     
    
    Public Sub ScrollCtl( _
       ByVal cols As Integer, _
       ByVal rows As Integer _
    ) 
    public void ScrollCtl( 
       int cols,
       int rows
    )

    Parameters

    cols
    rows
    See Also