dotnet/winforms
Voir sur GitHubListBox collections have varied `IsSynchronized` method implementations
Open
#3 088 ouverte le 19 avr. 2020
:beetle: bug:construction: work in progresshelp wanted
Métriques du dépôt
- Stars
- (4 100 stars)
- Métriques de merge PR
- (Merge moyen 14j 22h) (56 PRs mergées en 30 j)
Description
ListBox.SelectedIndexCollectionandListBox.IntegerCollectionhaveIsSynchronized == trueListBox.SelectedObjectCollectionandListBox.ObjectCollectionhaveIsSynchronized == false
It appears both are actually not synchronized, so should return IsSynchronized == false