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