dotnet/winforms
Ver no GitHubListBox collections have varied `IsSynchronized` method implementations
Open
#3.088 aberto em 19 de abr. de 2020
:beetle: bug:construction: work in progresshelp wanted
Métricas do repositório
- Stars
- (4.100 stars)
- Métricas de merge de PR
- (Mesclagem média 14d 22h) (56 fundiu PRs em 30d)
Description
ListBox.SelectedIndexCollectionandListBox.IntegerCollectionhaveIsSynchronized == trueListBox.SelectedObjectCollectionandListBox.ObjectCollectionhaveIsSynchronized == false
It appears both are actually not synchronized, so should return IsSynchronized == false