[flexcoders] Re: coordiates of items in a datagrid (really need help!!)

2007-06-14 Thread Matt Maher
Since Alex cannot help me, can anyone else help me get to the illusive listItems object that a datagrid has? I see it's related to the ListData object and have tried several ways of trying to get to the object with no luck. Alex's reference here to Subclassing is stumping me. When I look

[flexcoders] Re: coordiates of items in a datagrid (really need help!!)

2007-06-14 Thread sleekdigital
listItems is not private, it is protected (you can see it declared in the listBase class). So it will simply be available in any code you have in your subclass. --- In flexcoders@yahoogroups.com, Matt Maher [EMAIL PROTECTED] wrote: Since Alex cannot help me, can anyone else help me get to