List<A>, listbox ItemsSource=..List<A><ListBox.ItemTemplate>
<DataTemplate>public class Properties
{
public string Name { get; set; }
public string Size { get; set; }
}
class A
{
public Properties prop;
}