ScrollIntoView Method (C1FlexGrid)
In This Topic
Scrolls the grid to bring a specific cell into view.
Syntax
'Declaration
Public Sub ScrollIntoView( _
ByVal As Integer, _
ByVal As Integer _
)
public void ScrollIntoView(
int ,
int
)
Parameters
- row
- Index of the row to scroll into view.
- col
- Index of the column to scroll into view.
See Also