|
-
Sep 2nd, 2012, 04:44 AM
#1
Thread Starter
Lively Member
[RESOLVED] DataGridView first row
On opening a form (and the DataGridView in it), I try to set the back color of my entire first row as follows :
DataGridView1.Rows(0).SelectionBackColor = Color.BlanchedAlmond
However, this seems not to be correct. I have tried several alternatives, but no luck so far.
Anyone who knows the proper coding ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|