feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
914 stars 386 forks source link

First item renderer in SlideShowLayout is not recycled/disposed #1786

Closed esidegallery closed 5 years ago

esidegallery commented 5 years ago

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

joshtynjala commented 5 years ago

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.

esidegallery commented 5 years ago

That did it! Thank you Josh.