ListView

  • Thread starter Thread starter Mike Smith
  • Start date Start date
M

Mike Smith

Hey anyone knows how to find an item in a list view based on text ? Cant
seem to get the IndexOf method working.
would the LVM_FINDITEM method using SendMessage API work in .Net ?
 
Maybe I'm missing something, but why don't you just loop through the items
and look at the text property? Seems simple.
 
Back
Top