dotnet/winforms
ListBox collections have varied `IsSynchronized` method implementations
Fechada
#3.088 aberto em 19 de abr. de 2020
:beetle: bug:construction: work in progresshelp wanted
Métricas do repositório
- Stars
- (4.100 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
ListBox.SelectedIndexCollectionandListBox.IntegerCollectionhaveIsSynchronized == trueListBox.SelectedObjectCollectionandListBox.ObjectCollectionhaveIsSynchronized == false
It appears both are actually not synchronized, so should return IsSynchronized == false