I have a listview and two column headers inside the listview control.
I need help in displaying the index i.e. from first to last value of the columnheader2. I am able to display the text from columnheader1 by using listview1.items(0).text. Displays the text in the first column.
Loading
VulpesPosted Sep 21, 2011, 2:53 PM
because SubItems(0) denotes the ListViewItem itself.
latika singhPosted Sep 21, 2011, 3:29 PM
Thank you!!