Archives

Archives / 2007 / December
  • Sorting a ListView Data Source in WPF

    When you bind a collection to a selector control (Like a ListBox or ListView), internally, WPF creates a CollectionViewSource and a CollectionWiew, so you can sort an filter the data easily inside the control.