DataGridView "HideSelection"

  • Thread starter Thread starter John T
  • Start date Start date
J

John T

I'm just now getting around to playing with the DataGridView and I'm using
it in non-bound mode (adding my own rows for the user to edit).

Is there any way to hide the selected cell/row when the focus is not on the
DataGridView like we can do with setting the HideSelection property of a
ListView?

Thanks.
 
Back
Top