public Task BringIntoView( int rowIndex, int fieldIndex )
Public Function BringIntoView( _ ByVal rowIndex As Integer, _ Optional ByVal fieldIndex As Integer _ ) As Task
Parameters
- rowIndex
- Row index to scroll to.
- fieldIndex
- The field index to scroll to. -1 will scroll the rows and keep the current field.
Return Value
A Task of the operation.