How to display a DataTable in a ListView control in WPF?
listView.ItemsSource = dataTable.DefaultView;