winforms icon indicating copy to clipboard operation
winforms copied to clipboard

There have different behaviors for cell border line between RightToLeft=Yes and RightToLeft=No modes for DataGridView control

Open Zheng-Li01 opened this issue 4 months ago • 0 comments

.NET version

.NET SDK 10.0.100-alpha.1.24510.13

Did it work in .NET Framework?

No, also can reproduce the issue

Did it work in any of the earlier releases of .NET Core or .NET 5+?

No, the issue can reproduce form .NET Core 3.1 to 10.0

Issue description

There have different behaviors for cell border line between RightToLeft=Yes and RightToLeft=No modes for DataGridView control Image

Steps to reproduce

  1. Create a .NET Winforms project with a DataGridView control.
  2. Add some columns for the dataGridView1 control.
  3. Set the RightToLeft property as Yes.
  4. Run the project, then observe the behavior for the cell border line by using Accessibility Insights tools

Zheng-Li01 avatar Oct 18 '24 02:10 Zheng-Li01