ComponentOne True DBGrid for WinForms
ScrollCtl Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBDropdown Class : ScrollCtl Method
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

Reference

C1TrueDBDropdown Class
C1TrueDBDropdown Members