The title says it all. I want a DataGridView that simply allows editing of a list of strings, stored in a List<string> instance in my form. When I try this, the designer for the DataGridView instance only shows one column, "Length", which I assume is the length of the strings. I don't want the length, I just want a list of simple strings!!!!