dotnet/winforms
ListBox collections have varied `IsSynchronized` method implementations
Geschlossen
#3.088 geöffnet am 19.04.2020
:beetle: bug:construction: work in progresshelp wanted
Repository-Metriken
- Stars
- (4.100 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
ListBox.SelectedIndexCollectionandListBox.IntegerCollectionhaveIsSynchronized == trueListBox.SelectedObjectCollectionandListBox.ObjectCollectionhaveIsSynchronized == false
It appears both are actually not synchronized, so should return IsSynchronized == false