winforms icon indicating copy to clipboard operation
winforms copied to clipboard

Adding contrast borders for a DataGridViewCheckBoxCell in Win11.

Open NikitaSemenovAkvelon opened this issue 2 years ago • 0 comments

Fixes #6657

Proposed changes

  • Added RoundedRectangle class which encapsulates the painting logic for a rounded rectangle.
  • Used RoundedRectangle inside DataGridViewCheckBoxCellRenderer for Win11.

Customer Impact

  • A user can see CheckBox inside DataGridView more clearly.

Regression?

  • No

Risk

  • Minimal

Screenshots

Before

image

After

image

Test methodology

  • Manually
  • AI

Accessibility testing

  • AI

Test environment(s)

  • 7.0.100-preview.5.22307.18
Microsoft Reviewers: Open in CodeFlow

NikitaSemenovAkvelon avatar Aug 11 '22 05:08 NikitaSemenovAkvelon