Search code examples
windows-phone-7listboxitemlistboxitemslistbox-control

ListBox Row Windows Phone


i want to ask something about ListBox in Windows Phone

how to split 1 row listbox into 2 column?

i want to show item like this image:

example design

the list is contain news from RSS

Thanks


Solution

  • You can use the WrapPanel from the Silverlight for Windows Phone Toolkit to accomplish that kind of layout.