Ralph Arvesen RSS Feed

WPF, resize columns in a styled ListView
28 Jun 2007, 04:48:00 PM
If you specify a style that contains a header control template for a ListView control (really the ColumnHeaderContainerStyle of the GridView element), you lose the column resize feature. For example: <ListView ItemsSource="{Binding So ...
Read post