|
-
Jan 20th, 2010, 09:09 PM
#1
Thread Starter
Member
DataGridView Current Row Bold
Dear Sir,
How to make datagridview current row bold & green color?
Please help
-
Jan 20th, 2010, 10:02 PM
#2
Re: DataGridView Current Row Bold
I haven't actually tried this but I would think that you would handle the RowStateChanged event of the grid, test the e.StateChanged property to see that its the Selected state that has changed, then set the appropriate row properties based on whether the row is selected or not.
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
|