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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top