I have a ListView bound to a List of objects. Each object can have some number of images associated with it. Most have none, some have one, some have a number more than one that can vary with no specific maximum. I need to be able to show thumbnails of the images in the ListView items for those objects that have them. Without knowing in advance what the largest number of images associated with any one object is, how can I template and bind that?