I'm trying to display information from my ObservableCollection. MyData has:
string Name string Location int Progress
Using data binding, I'm able to display the Name and Location for all the items in my ObservableCollection in their own column. But how can I add a "Progress" column with a ProgressBar inside? Progress is a percentage.