Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to find sub item from listview.
is it possible to find subitem in listview.
Posted
Comments
Sergey Alexandrovich Kryukov 9-Jan-13 16:45pm    
What do you mean by "find"? is it lost, or what? :-)
Find, based on what? And, importantly, why searching?
—SA
vishal2592 10-Jan-13 10:31am    
What do you mean by "find"?
Sergey Alexandrovich Kryukov 10-Jan-13 11:08am    
Echoing? Cannot get my question?
—SA

1 solution

You need to iterate over the items, and then search the sub items from there. There's no way to do it without writing the code.
 
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