How to populate datagrid with list values as separate columns in c#
问题 I already have an SQlite database setup. Right now I'm parsing through it. For example, if certain values in the column Seq are >30 I transfer those values to a list. I want to use that list, to populate a datagrid view so the user can see what values were > 30 How do I populate a data grid view with multiple lists? Basically column 1 should be list1, column 2, list 2, etc. EDIT: DOES anyone think I should use a list view instead? If so, how? Here's my code for parsing to obtain values for my