I have a control associated with a collection of objects. An object has two properties (name, value) that I display in a text block and text field, respectively. The list is quite long, and I would like to show it in two columns. So my question is: is there a way to get an Itemscontrol element to display its elements in two columns?
PS: the collection is populated at runtime, and I don't know how many items I will need to show!
Pradeep
source share