Is it possible to bind a List<object>
to a ListView
and use more than one property as display members?
The object contains in total 3 properties:
String name;
String email;
Int cost;
Please refrain from using for/foreach/while loops as I'm looking for a solution that utilizes databinding.