On Apr 8, 2005 10:43 PM, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > List.getItemAt(..) gives you item(data object) from dataprovider. List > inherits from View, that's why you see getChildAt(..) method, which > essentially gives the reference of child at specified index. Not sure, how > it works in case of List..
The number of child objects in List needn't match the number of rows being displayed. There's no relation. To see the number of child objects, see the numChildren property. -- [EMAIL PROTECTED] http://manish.revise.org/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

