Windows Form question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

5th Feb 2017, 4:11 PM
Phil Marinucci
Phil Marinucci - avatar
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?
5th Feb 2017, 4:21 PM
Edi Lipovac
Edi Lipovac - avatar
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?
5th Feb 2017, 6:11 PM
Phil Marinucci
Phil Marinucci - avatar
0
yes it's the DataGridView. So you want to bind data from a list to the grid?
5th Feb 2017, 8:10 PM
Edi Lipovac
Edi Lipovac - avatar
0
other way around. taking input from the grid, populate an internal list. thanks btw
5th Feb 2017, 8:32 PM
Phil Marinucci
Phil Marinucci - avatar