I need to force the DataGridView to show the selected row.
DataGridView
row
In short, I have a textbox that changes the DGV select
textbox
DGV
This one scrolls to the selected row without put it on top.
dataGridView1.CurrentCell = dataGridView1.Rows[index].Cells[0];