dotnet/winforms

ListBox collections have varied `IsSynchronized` method implementations

Open

#3088 aperta il 19 apr 2020

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)C# (922 fork)batch import
:beetle: bug:construction: work in progresshelp wanted

Metriche repository

Star
 (4100 star)
Metriche merge PR
 (Merge medio 14g 22h) (56 PR mergiate in 30 g)

Descrizione

  • 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

Guida contributor