dotnet/winforms

ListBox collections have varied `IsSynchronized` method implementations

Geschlossen

#3.088 geöffnet am 19.04.2020

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (922 Forks)batch import
:beetle: bug:construction: work in progresshelp wanted

Repository-Metriken

Stars
 (4.100 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

  • 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