WPF ListView Column and Cell Formatting by Spf templates

Sun, 06 Sep 2009 00:02:22 -0600

WPF ListView Column and Cell Formatting

by Spf templates @ Sun, 06 Sep 2009 00:02:22 -0600



As before, it is best to try and centralize as much of the XAML for the GUI as possible. To do this we use DataTemplates and Styles. First, there is a Style for the blue border which surrounds each header TextBlock, ...