Hi,

There aren't any non-visible itemRenderers in a list; except for maybe
one extra at the bottom.  ItemRenderers are recycled; meaning that they
are reused with just the data changing.  When a list is scrolled, you
should be able to catch the data change in the set data method.

-TH

--- In flexcoders@yahoogroups.com, "liu_bai_un" <brian...@...> wrote:
>
> Looking for an event/hook where non-visible item renderers are made
visible.
>
> Item Renderers apparently don't respond to:
> 1. creationComplete (only works for the first group visible on list
creation)
> 2. override set data (same)
>



Reply via email to