ScrollIntoView Method (WPFDataGrid)

Class

WPFDataGrid.

Action

Scrolls the specified cell into view.

Syntax

dataGrid.ScrollIntoView(row, [column])
Variable Description
row The row where to scroll to. ItemIdentifier.
column Optional: The column where to scroll to. ItemIdentifier.