dotnet/winforms
View on GitHubListBox collections have varied `IsSynchronized` method implementations
Open
#3,088 opened on Apr 19, 2020
:beetle: bug:construction: work in progresshelp wanted
Repository metrics
- Stars
- (4,100 stars)
- PR merge metrics
- (Avg merge 14d 22h) (56 merged PRs in 30d)
Description
ListBox.SelectedIndexCollectionandListBox.IntegerCollectionhaveIsSynchronized == trueListBox.SelectedObjectCollectionandListBox.ObjectCollectionhaveIsSynchronized == false
It appears both are actually not synchronized, so should return IsSynchronized == false