From what I know, I think I should add text to a TextBlock, set part of the text as bold, then set it to the ListViewItem. Problem is, I'm doing this in code and not xaml, and am not sure how to do it.
My ListView is bound to an ObservableCollection.
My ObservableCollection class:
public...