dotnet/winforms

ListBox collections have varied `IsSynchronized` method implementations

Open

#3.088 aberto em 19 de abr. de 2020

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)C# (922 forks)batch import
:beetle: bug:construction: work in progresshelp wanted

Métricas do repositório

Stars
 (4.100 stars)
Métricas de merge de PR
 (Mesclagem média 14d 22h) (56 fundiu PRs em 30d)

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