Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Changes to LinkedListViewSequence does not get reflected in FlexScrollView #132

Open
atgillette opened this issue Jul 21, 2016 · 0 comments

Comments

@atgillette
Copy link

Hi,

I'm using FlexScrollView in the following manner:

this.imageCells                         = new LinkedListViewSequence();
this.scrollView.setDataSource(this.imageCells);

After this.scrollView has been already populated with some views, When I do this:

self.imageCells.insert(0, image);

or this:

self.imageCells.remove(0);

Nothing happens to this.scrollView.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant