|
-
February 1st, 2007, 04:01 AM
#1
Is there a way to get item from a ListView without actually selecting it
Hey
please can someone let me know that if there is a way to get an item from a column in ListView without actually selecting it.
Thanks
Ra
-
February 1st, 2007, 06:41 AM
#2
Re: Is there a way to get item from a ListView without actually selecting it
yes you can do this, if you know the row number, the column number or if you are searching a line according to the content of a reference cell:
Code:
listView1.Items[line].SubItems[column].Text
-
February 1st, 2007, 11:53 AM
#3
Re: Is there a way to get item from a ListView without actually selecting it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|