| Overload | Description |
|---|---|
| ScrollIntoView(Object,DataGridColumn) | Scrolls into the view the cell in the intersection of the specified data item and column. |
| ScrollIntoView() | Scrolls into the view the currently selected cell. |
| ScrollIntoView(Int32,Int32) | Scrolls into the view the specified cell. |
| ScrollIntoView(FrameworkElement) | Scrolls into the view to show the specified System.Windows.FrameworkElement. |