ArcGIS Pro 2.8 API Reference Guide
BringIntoView(Int32,Int32) Method

ArcGIS.Desktop.Editing Namespace > TableControl Class > BringIntoView Method : BringIntoView(Int32,Int32) Method
Row index to scroll to.
The field index to scroll to. -1 will scroll the rows and keep the current field.
Scroll the table grid to the desired row and field and set the active cell.
Syntax
public Task BringIntoView( 
   int rowIndex,
   int fieldIndex
)
Public Overloads 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.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TableControl Class
TableControl Members
Overload List