WPF ListView Column and Cell Formatting
In the first WPF ListView of this set, I used XML data binding and added some basic formatting to the Column Headers of the ListView. In the previous blog, a collection of objects was used as the data source. The formatting in that ...