you can use indexToItemRenderer() to get the item renderer at a specified index.
- venkat http://www.venkatj.com --- In [email protected], "rohit2b" <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to have state transitions in an mxml component that has a > List item that uses custom item renderers. Is it possible to access > the children of the List item as UI components, and to get each > child's x and y position? I haven't been able to find a way to do so. > > The List has a data provider which is an array of data objects. I need > to be able to access the rendered UI component for each data object in > the List. > > Any help would be greatly appreciated. > > Thanks, > Rohit >

