dotnet/winforms
Vedi su GitHubListBox collections have varied `IsSynchronized` method implementations
Open
#3088 aperta il 19 apr 2020
:beetle: bug:construction: work in progresshelp wanted
Metriche repository
- Star
- (4100 star)
- Metriche merge PR
- (Merge medio 14g 22h) (56 PR mergiate in 30 g)
Descrizione
ListBox.SelectedIndexCollectionandListBox.IntegerCollectionhaveIsSynchronized == trueListBox.SelectedObjectCollectionandListBox.ObjectCollectionhaveIsSynchronized == false
It appears both are actually not synchronized, so should return IsSynchronized == false