feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR

Home Page:https://feathersui.com/learn/as3-starling/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First item renderer in SlideShowLayout is not recycled/disposed

esidegallery opened this issue · comments

This seems to happen no matter what I set minimumItemCount to. Is this intended, and if so how can I disable the functionality?

Set a typicalItem on the List that isn't in the data provider. By default, the first item in the data provider is used for the typicalItem.

You will still have an extra item renderer that isn't visible, though. There's no way around that. It's needed for measurement.

That did it! Thank you Josh.