I have a listView with some items and columns, I would like to know how to pass everything to a textBox, in the form of text itself. Example:
The table:
ID NOME IDADE
0 Luis 47
1 Juca 69
In the TextBox:
0 Luis 47
1 Juca 69
How could I do this or something similar?