DataGrid.ScrollIntoView Method (Object, DataGridColumn)
Scrolls the DataGrid vertically and horizontally to display a cell for the specified data item and column.
Assembly: PresentationFramework (in PresentationFramework.dll)
public void ScrollIntoView( Object item, DataGridColumn column)
Parameters
- item
- Type: System.Object
The data item to bring into view.
- column
- Type: System.Windows.Controls.DataGridColumn
The column to bring into view.
If column is null, only a vertical scroll is performed. If item is null, only a horizontal scroll is performed.