ScrollIntoView Method (WPFToolkitDataGrid)

Action

Scrolls the specified cell into view.

Syntax

C#
toolkitDataGrid.ScrollIntoView(row, [column])
VB
toolkitDataGrid.ScrollIntoView(row, [column])
Variable Description
row The row where to scroll to. ItemIdentifier.
column Optional: The column where to scroll to. ItemIdentifier.