How I can configure a datagridview so that the user can only move through the rows and use the scroll, and nothing else…
If I disable the grid not allow me to use the scroll
How I can configure a datagridview so that the user can only move through
Share
Set your datagridview to read-only, this will disable any edits.
And inside your handlers, do :
Even if the user double-clicks on the grid, nothing will happen.