famous-flex icon indicating copy to clipboard operation
famous-flex copied to clipboard

Changes to LinkedListViewSequence does not get reflected in FlexScrollView

Open atgillette opened this issue 8 years ago • 0 comments

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.

atgillette avatar Jul 21 '16 21:07 atgillette