-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Change DataGridView.GridColor when set. #3869
New issue
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
Conversation
Actually change the GridColor when set. Add a test for GridColor. Fixes dotnet#3829
|
When looking at how the drawing is happening here we could easily get some perf here by switching from GDI+ to GDI for drawing gridlines. Unfortunately the model publicly passes |
KlausLoeffelmann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Codecov Report
@@ Coverage Diff @@
## master #3869 +/- ##
====================================================
+ Coverage 67.52959% 98.13397% +30.60438%
====================================================
Files 1400 481 -919
Lines 505876 255248 -250628
Branches 41086 4295 -36791
====================================================
- Hits 341616 250485 -91131
+ Misses 158329 4035 -154294
+ Partials 5931 728 -5203
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
Release build tests failed with an odd AV (unrelated to this change). I'm looking into it, rekicking. |
Actually change the GridColor when set. Add a test for GridColor. Fixes dotnet#3829
Actually change the GridColor when set. Add a test for GridColor.
Fixes #3829
Proposed changes
Customer Impact
Regression?
Risk
Screenshots
Before
See #3829, grid was black.
After
Test methodology
Microsoft Reviewers: Open in CodeFlow