True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1TrueDBDropdown Class / ScrollCtl Method

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

    Parameters

    Cols
    Rows
    See Also