winforms
winforms copied to clipboard
There have different behaviors for cell border line between RightToLeft=Yes and RightToLeft=No modes for DataGridView control
.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
Steps to reproduce
- Create a .NET Winforms project with a DataGridView control.
- Add some columns for the dataGridView1 control.
- Set the RightToLeft property as Yes.
- Run the project, then observe the behavior for the cell border line by using Accessibility Insights tools