Tracy, I tried creating an MXML component based on ListItemRenderer, and it said a strange thing: I got a compiler error that said it couldn't resolve <mx:ListItemRenderer> to a component implementation. Do I need to create a new AS class that extends ListItemRenderer, and implement its various interfaces?
Also, can I still use custom stuff like Texts and Linkbuttons in it? Thanks so much, OK DAH

