Hi
I have a collection of string.
I want to create an image out of each of the strings using a converter.
I tried binding the collection to a ContentPresenter, but I don't know what do to when binding to a collection since I don't know how many items are in the collection.
I don't want to put it in a container such as listbox, I want the images to be in an existing grid...
Thanks.