Avatar of johneanderson
johneanderson
Flag for United States of America

asked on 

How do I bind a DataGridView to List<string>?

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!!!!
.NET Programming

Avatar of undefined
Last Comment
johneanderson

8/22/2022 - Mon