2 references to ScrollRowIntoView
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3229bool success = ScrollRowIntoView(-1, value, /*committed*/ true, false /*forCurrentCellChange*/);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
26344return ScrollRowIntoView(columnIndex, rowIndex, committed, forCurrentCellChange);