Selecting Listview Item by Text

  • Thread starter Thread starter Todd Plambeck
  • Start date Start date
T

Todd Plambeck

I have a listview with items Apple, Pear, Banana. How can I
programmatically select Pear if I don't know the index?

Thanks,

Todd
 
Use listview.text = "Pear" OR listview.text = text1.text (in this case type Banana or Pear in the textbox)
& see it works

Kalpesh
 
Back
Top