Search code examples
c#data-bindingwindows-phone-7wrappanel

DataList equivelant for WP7?


I'm trying to databind a list of image thumbnails in a grid fashion. In asp.net, I would use something like the DataList and set my repeat columns to 4 or 5. Simple.

I'm going through different controls in the WP7 toolbox and I can't figure out how to do this. I've only been able to bind to a vertical list.

many thanks.


Solution

  • WrapPanel : Article1, Article2