Hi Amy, Thanks for sticking with me. Here is my item renderer code: ========= <?xml version="1.0" encoding="utf-8"?> <mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml" horizontalScrollPolicy="off" verticalScrollPolicy="off" height="250" width="100"> <mx:Image source="assets/{data.product_image}" width="100" verticalAlign="bottom"/>
</mx:HBox> ========== --- In [email protected], "Amy" <[EMAIL PROTECTED]> wrote: > > > What is the code of your itemRenderer? >

