dotnet/winforms

ListBox collections have varied `IsSynchronized` method implementations

Fechada

#3.088 aberto em 19 de abr. de 2020

 (4 comentários) (0 reação) (0 responsável)C# (922 forks)batch import
:beetle: bug:construction: work in progresshelp wanted

Métricas do repositório

Stars
 (4.100 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador