Skip to content

In .NET Framework, ObservableList.CreateView does not update with new items when they are added to the ObservableList. #123

Description

@xkz1994

same code:

var view = observableList.CreateView(x => x);
ItemsView = view.ToNotifyCollectionChanged(SynchronizationContextCollectionEventDispatcher.Current);

observableList.AddRange(new[] { 1, 2, 3, 4, 5 });

framework:
Image

core:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions