dotnet/winforms

ListBox collections have varied `IsSynchronized` method implementations

Open

#3,088 opened on Apr 19, 2020

View on GitHub
 (4 comments) (0 reactions) (0 assignees)C# (922 forks)batch import
:beetle: bug:construction: work in progresshelp wanted

Repository metrics

Stars
 (4,100 stars)
PR merge metrics
 (Avg merge 14d 22h) (56 merged PRs in 30d)

Description

  • ListBox.SelectedIndexCollection and ListBox.IntegerCollection have IsSynchronized == true
  • ListBox.SelectedObjectCollection and ListBox.ObjectCollection have IsSynchronized == false

It appears both are actually not synchronized, so should return IsSynchronized == false

Contributor guide