Hey all,<BR><BR>I'm searching through the methods and properties of ListView boxes and Text boxes, trying to find the best way to sort a collection of files that are placed into a ListView.<BR><BR>I ...
I'm working on my first WPF app and I'm stuck on something that shouldn't be so difficult.<BR><BR>Basically I've got a List (actually ObservableCollection) of strings. I've got a ListView with a ...
InitializeComponent(); Loaded += MainWindow_Loaded; } DataTable dtSource = null; private void MainWindow_Loaded(object sender, RoutedEventArgs e) { dtSource = new ...