dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.38k stars 971 forks source link

fix issue 11243 TreeNodeCollection.AddRange has been broken in .NET 8… #11356

Closed Epica3055 closed 4 months ago

Epica3055 commented 4 months ago

Fixes #11243

Screenshots

Before

image

After

image

Test methodology

Olina-Zhang commented 4 months ago

Tested this PR based on .NET 8.0, GH issue: https://github.com/dotnet/winforms/issues/11243 is fixed. And did Accessibility testing in Inspect and Narrator, no change compared with .NET 7.0, no regression issue found.

lonitra commented 4 months ago

Looks like branding occured a few days ago. @Tanya-Solyanik double checking here -- is this good to merge now?