dotnet/winforms
ListBox collections have varied `IsSynchronized` method implementations
クローズ
#3,088 opened on 2020/04/19
:beetle: bug:construction: work in progresshelp wanted
Repository metrics
- Stars
- (4,100 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
ListBox.SelectedIndexCollectionandListBox.IntegerCollectionhaveIsSynchronized == trueListBox.SelectedObjectCollectionandListBox.ObjectCollectionhaveIsSynchronized == false
It appears both are actually not synchronized, so should return IsSynchronized == false