dotnet/winforms

ListBox collections have varied `IsSynchronized` method implementations

クローズ

#3,088 opened on 2020/04/19

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)C# (922 件のフォーク)batch import
:beetle: bug:construction: work in progresshelp wanted

Repository metrics

Stars
 (4,100 個のスター)
PR merge metrics
 (PR metrics pending)

説明

  • 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

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