Flex SDK 4.5 for mobile shipped with an IconItemRenderer that is extremely efficient at showing static images in a list. However, most enterprise and data driven applications are going to need to show dynamically created, interactive, and data driven content in the list; something IconItemRenderer simply can't do. The video in this article shows my implementation of a DisplayObjectItemRenderer and supporting list. This component supports all of the features of the standard Spark list, in addition to efficiently displaying a DisplayObject.