dotnet/winforms

ListBox collections have varied `IsSynchronized` method implementations

Open

#3,088 opened on 2020年4月19日

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

Repository metrics

Stars
 (4,100 stars)
PR merge metrics
 (平均マージ 14d 22h) (30d で 56 merged PRs)

説明

  • 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

コントリビューターガイド