Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
pls can someone help me with a code to select the most recent file or row add in listview in vb.net winform
Posted
Updated 4-Jan-15 23:38pm
v2
Comments
Praveen Kumar Upadhyay 5-Jan-15 5:42am    
Please elaborate your question.
Richard MacCutchan 5-Jan-15 6:42am    
There is no way to tell unless your ListView items are unsorted, and each item is added to the end of the list.

1 solution

Assuming it is the last in the list, you can get it by using the count of the listview.

http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.items(v=vs.110).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900