vote up 1 vote down star

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.

flag
Why don't you want to use ItemsContol such as the ListBox? ItemsControls provide the easies and most natural way to display collections? Moreover you will not have to use converter. – Milan Nankov Sep 12 at 7:25

1 Answer

vote up 1 vote down check

Place images in ItemsControl and define ItemsPanel template to layout images as u like.

Read this article for details.

link|flag
This is exactly what I wanted to do. Thank you! – Tsury Sep 12 at 19:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.