ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Controls 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.

In This Topic
    BringIntoView(Int32,Int32) Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also