i assume that the property of the listview FullRowSelect is set to true, so it look like this.
VB Code:
Dim lv As ListViewItem = ListView1.SelectedItems(0) TextBox1.Text = lv.SubItems(2).Text ' or could be a label control here
|
Results 1 to 2 of 2
Thread: [RESOLVED] Listview selectionThreaded View
|
Click Here to Expand Forum to Full Width |