dotnet/winforms

ListBox collections have varied `IsSynchronized` method implementations

Fermée

#3 088 ouverte le 19 avr. 2020

 (4 commentaires) (0 réaction) (0 personne assignée)C# (922 forks)batch import
:beetle: bug:construction: work in progresshelp wanted

Métriques du dépôt

Stars
 (4 100 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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