I've spent some time searching online for something that might help me but couldn't find exactly what I need. I found lots of examples with Windows forms but not with WPF.
I've got an army of CSV files. Each files contains only one datasheet, and the sheet only contains two columns. First column contains headers (the same for each CSV file) and the second column contains data. I'm trying to write something where the user can drag up to 5 CSV files into an area on the form and the application visualizes the first column and then up to 5 columns of data next to each other for comparison.
Anyone who can point me in the right direction will be much appreciated. Thanks
