to hide the first column (index = 0):
vb Code:
DataGridView1.Columns(0).Visible = False
to remove the row headers:
in properties...
RowHeadersVisible = False
to highlight the full row:
in properties...
SelectionMode = FullRowSelect
|
Results 1 to 13 of 13
Hybrid View
|
Click Here to Expand Forum to Full Width |