Closed MelonWang1 closed 6 months ago
Verified this issue in the latest .NET 9.0 SDK build: 9.0.100-preview.5.24265.9 on winforms repo, it was fixed. The selected control should have a solid border in the DemoConsole application.
Verified the issue on 9.0.100-preview.5.24304.3 Test Pass build, the issue has been fixed that have the same results as above.
.NET version
.Net 9.0: Main branch of Winforms repo
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, this was changed after winform designer PR 5855.
Issue description
Actual result in DemoConsole test app: The selected control has a dashed border in the DemoConsole application.
Expected result: The selected control should have a solid border in the DemoConsole application.
Steps to reproduce
Test sample: DemoConsole in Winforms repo.