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