dotnet/winforms
GitHub で見るListBox collections have varied `IsSynchronized` method implementations
Open
#3,088 opened on 2020年4月19日
:beetle: bug:construction: work in progresshelp wanted
Repository metrics
- Stars
- (4,100 stars)
- PR merge metrics
- (平均マージ 14d 22h) (30d で 56 merged PRs)
説明
ListBox.SelectedIndexCollectionandListBox.IntegerCollectionhaveIsSynchronized == trueListBox.SelectedObjectCollectionandListBox.ObjectCollectionhaveIsSynchronized == false
It appears both are actually not synchronized, so should return IsSynchronized == false