Non-text content in List component? (Flex)

Hey,

I’m trying to create a custom List component populated with custom objects. However, adding children to the list makes them flood over the list box area instead of a scroll bar appearing, and I assume that with DataProvider I can only add text. So how do I add images and other content while keeping the list scrollable? Thanks!!