Ricardo Bossan

Results 18 comments of Ricardo Bossan

> In this image - ![image](https://private-user-images.githubusercontent.com/15823268/329744225-162057f3-75c1-46aa-8261-5b01f8baa08b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTU5Nzk3NjEsIm5iZiI6MTcxNTk3OTQ2MSwicGF0aCI6Ii8xNTgyMzI2OC8zMjk3NDQyMjUtMTYyMDU3ZjMtNzVjMS00NmFhLTgyNjEtNWIwMWY4YmFhMDhiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTE3VDIwNTc0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNmOGJjMTY3ZDc0MGIzMjRiNDM5YzA4OTYxODhhMWNjZmRmZDRmMTAwNDg5NGJkMTFkZDM1MmUwMmQ0NjUwZDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.wk3pVnszqta5YFmhTOFPI_b0xZ2n0mWguF7dfd2UkRQ) > > the column border is not visible between the column headers. Could you please open a new issue for that? @Tanya-Solyanik, [Leaf's suggestion](https://github.com/dotnet/winforms/pull/11345#pullrequestreview-2051170846)...

During the review of this PR we identified two issues when RightToLeft is set to Yes and VisualStyles is not enabled: 1. Column borders misalignment between header and body. 2....

@merriemcgaw @Tanya-Solyanik Considering Merrie's message on #11431, where it was mentioned that we should not modify anything with `VisualStyles` turned off: In this PR, I have **already fixed the missing...

@lonitra Thanks! I just ran the code from this PR and the issue that Tanya mentioned in her [comment](https://github.com/dotnet/winforms/pull/11345#issuecomment-2105434405) is solved, as seen in the image bellow: ![image](https://github.com/user-attachments/assets/84d85906-7272-4e87-a85e-a9ec8abee04d)

I'll be stepping away from this issue for now. If there are any future developments or if the need arises to revisit it, please feel free to do so.

## To help with the triage: - [mstest.zip](https://github.com/dotnet/winforms/files/15069314/mstest.zip) ## Call Stack with source paths: ``` Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll!Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.ExecuteInternal(object[] arguments) Line 253 at /_/src/Adapter/MSTest.TestAdapter/Execution/TestMethodInfo.cs(253) Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll!Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.Invoke(object[] arguments) Line 115 at /_/src/Adapter/MSTest.TestAdapter/Execution/TestMethodInfo.cs(115) Microsoft.VisualStudio.TestPlatform.TestFramework.dll!Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute.Execute(Microsoft.VisualStudio.TestTools.UnitTesting.ITestMethod testMethod) Line...

@Tanya-Solyanik @LeafShi1 @SimonZhao888 @Epica3055 ### Investigation Update: Following an in-depth investigation, here's a comprehensive update on the progress made towards resolving the issue: - **Tracepoint Findings:** - I added tracepoints...