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 As Integer, _
ByVal As Integer _
)
public void ScrollCtl(
int ,
int
)
Parameters
- cols
- rows
See Also