dotnet/winforms

ListBox collections have varied `IsSynchronized` method implementations

Open

#3 088 ouverte le 19 avr. 2020

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)C# (922 forks)batch import
:beetle: bug:construction: work in progresshelp wanted

Métriques du dépôt

Stars
 (4 100 stars)
Métriques de merge PR
 (Merge moyen 14j 22h) (56 PRs mergées en 30 j)

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

Guide contributeur