We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a row is selected, it is impossible to see the warning colors on the row.
Solution: Set dgv.Rows[i].Cells["Column"].SelectionBackColor to another color as well when applying warning colors.
dgv.Rows[i].Cells["Column"].SelectionBackColor
The text was updated successfully, but these errors were encountered:
Set warning colors when row is selected
81a8711
Fixes Deantwo#36, but perhaps using identical warning colors on selected rows is not ideal. I'll use this for a bit and see if it bugs me.
Deantwo
No branches or pull requests
When a row is selected, it is impossible to see the warning colors on the row.
Solution: Set
dgv.Rows[i].Cells["Column"].SelectionBackColor
to another color as well when applying warning colors.The text was updated successfully, but these errors were encountered: