IjzerenHein / famous-flex

Animatable layouts, FlexScrollView & widgets for famo.us.
MIT License
279 stars 44 forks source link

Changes to LinkedListViewSequence does not get reflected in FlexScrollView #132

Open atgillette opened 8 years ago

atgillette commented 8 years ago

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.