Can I Select specific column in listview

I

Isman

I was trying to find a way to select specific fields in listview with
multiple column. but I can't seems to find a way to this without selecting
the whole row. Any suggestion anyone..

Thanks in advance
 
J

Joel Hendrix [MSFT]

Based on your post, it sounds to me like you're viewing a listview in
Details view that contains multiple columns. In that case, you want the
SubItems property of your current ListViewItem:

this.listView1.Items[item index].SubItems
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top