dotnet/winforms
ListBox collections have varied `IsSynchronized` method implementations
已关闭
#3,088 创建于 2020年4月19日
:beetle: bug:construction: work in progresshelp wanted
仓库指标
- 星标
- (4,100 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
ListBox.SelectedIndexCollectionandListBox.IntegerCollectionhaveIsSynchronized == trueListBox.SelectedObjectCollectionandListBox.ObjectCollectionhaveIsSynchronized == false
It appears both are actually not synchronized, so should return IsSynchronized == false