Skip to content
This repository has been archived by the owner. It is now read-only.
This repository has been archived by the owner. It is now read-only.

RecyclerView doesn't reflect move operation from an ObservableCollection #310

@tttyy

Description

@tttyy

Steps to reproduce

  1. Declare an ObservableCollection
    public ObservableCollection Collection {get;set;} = new ObservableCollection();

    // Initialize somewhere
    Collection.Add("1");
    Collection.Add("2");
    Collection.Add("3");

  2. Bind to a RecyclerView using local:MvxBind="ItemsSource Collection"

  3. Call Collection.Move(1, 0);

Expected behavior

Should visually see the second row move up.

Actual behavior

Nothing visually happens

Configuration

Version: 4.x

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