DataGrid 滚动特定的行或者列

DataGrid 滚动特定的行或者列。

DataGrid.ScrollIntoView Method (Object, DataGridColumn)

Scrolls the DataGrid vertically and horizontally to display a cell for the specified data item and column.

Namespace: System.Windows.Controls
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.

https://muzizongheng.blog.csdn.net/
原文地址:https://www.cnblogs.com/muzizongheng/p/3167253.html