Question

How to bind data to two columns listbox like this:


| Item1 | Item2 |


| Item3 | Item4 |


| Item5 | Item6 |


| Item7 | Item8 |


ItemX is button or img from datasource.

I want do it in WP7 application.

Thank you.

Was it helpful?

Solution

It sounds like you actually want a WrapPanel from the Silverlight Toolkit rather than a ListBox. See this link for a description.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top