THINK

that’s how i naturally know

Archive for April, 2011

Highlight Selected Row in DataGridView

leave a comment

To make the entire DataGridViewRow highlighted when the row selected is set to true,
set the DataGridView.SelectionMode to FullRowSelect.

Written by Jake

April 27th, 2011 at 12:11 pm

Posted in Programming

Tagged with ,