Acess itemRenderer in List
Posted
by dede
on Stack Overflow
See other posts from Stack Overflow
or by dede
Published on 2010-06-15T20:29:53Z
Indexed on
2010/06/15
20:32 UTC
Read the original article
Hit count: 411
How to access List itemRenderer and its properties (Spark - Flex 4)? I want to iterate through list and do something like (note it's pseudo code):
for (var i=0;i<NUMBER_OF_ITEMS_IN_LIST; i++){
myList.getItemRenderer[i].property
}
© Stack Overflow or respective owner