I am new to WPF. I have a ListBox that has its ItemSource set to a instance of WorkItemCollection. (A collection of WorkItem objects.)
When the list is displayed i
You can set a DataTemplate on the ItemTemplate property of the ListBox:
DataTemplate
ItemTemplate
ListBox