dotnet/winforms
在 GitHub 查看ListBox collections have varied `IsSynchronized` method implementations
Open
#3,088 创建于 2020年4月19日
:beetle: bug:construction: work in progresshelp wanted
仓库指标
- Star
- (4,100 star)
- PR 合并指标
- (平均合并 14天 22小时) (30 天内合并 56 个 PR)
描述
ListBox.SelectedIndexCollectionandListBox.IntegerCollectionhaveIsSynchronized == trueListBox.SelectedObjectCollectionandListBox.ObjectCollectionhaveIsSynchronized == false
It appears both are actually not synchronized, so should return IsSynchronized == false