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