You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ListBox items bound to an object implementing INotifyCollectionChanged and IList<T> throws an exception saying "Collection implements INotifyCollectionChanged by not IList." I believe on this line. This didn't use to happen in 0.10.6.
It looks like only the first two methods of IList are used which also exist in IList<T>. IList interface:
ListBox items bound to an object implementing
INotifyCollectionChanged
andIList<T>
throws an exception saying "Collection implements INotifyCollectionChanged by not IList." I believe on this line. This didn't use to happen in 0.10.6.It looks like only the first two methods of
IList
are used which also exist inIList<T>
.IList
interface:IList<T>
interface:The text was updated successfully, but these errors were encountered: