ADO DOT NET
Centurion
- Joined
- Dec 20, 2006
- Messages
- 160
Hi,
I need help with ListView control.
I have 3 columns in my ListView, when I want to add rows with 3 columns at run time I use this:
But it only fills the first column of each row and then go to the next row.
How can I fill all columns of a row and then move to the next row?
I was not able to find it on MSDN!
I need help with ListView control.
I have 3 columns in my ListView, when I want to add rows with 3 columns at run time I use this:
Visual Basic:
MainListViewEx.Items.Add("Column 1")
How can I fill all columns of a row and then move to the next row?
I was not able to find it on MSDN!