2 references to ScrollColumnIntoView
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3142bool success = ScrollColumnIntoView(value, -1, /*committed*/ true, false /*forCurrentCellChange*/);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
26333if (!ScrollColumnIntoView(columnIndex, rowIndex, committed, forCurrentCellChange))