Hi
I'm a bit stuck with the ListView control (in detailed mode). I have a table with three columns. Rows are selectable (not multi). I want to, -
1) return the value of the bit of text in the second column of the selected row. I know ListViewControlName.SelectedItems(0).Text gives the data in the first column, but what about the second?
2) Is it possible to sort the control by the second column? If so how?
Many thanks!
I'm a bit stuck with the ListView control (in detailed mode). I have a table with three columns. Rows are selectable (not multi). I want to, -
1) return the value of the bit of text in the second column of the selected row. I know ListViewControlName.SelectedItems(0).Text gives the data in the first column, but what about the second?
2) Is it possible to sort the control by the second column? If so how?
Many thanks!