<?xml version="1.0" encoding="UTF-8"?> DataGrid 滚动特定的行或者列。
Namespace:
System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
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)
C#
C++
F#
VB
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://blog.51cto.com/muzizongheng/1333094