0
Windows Form question
In Windows Form, where can I find gridView? Also how can I grab input from a second column. I'm using a List<string> of names that has a second List<string> of nicknames after it. I can't find it.
4 Answers
0
the gridview is in the toolbox, look closer. The second part of your question isn't very clear, can you be more specific?
0
it's not a subsection of another tool?
I saw in another question "Datagridview". Is that it? I was looking in the 'g's.
I basically need to have the first column take names, the second try take a comma separated list of other names. Is recurving input from that second column particularly difficult?
0
yes it's the DataGridView. So you want to bind data from a list to the grid?
0
other way around. taking input from the grid, populate an internal list.
thanks btw