Listview FindItemWithText

  • Thread starter Thread starter Alan T
  • Start date Start date
A

Alan T

I have two columns in the listview.
To search for a value in the first column only I can use
FindItemWithText("alan", false, 0, true);



What if I only want to search through the second column?

My first column is first name and second column is last name.

So I would like to do a search on both separately.
 
Alan,

I don't think this type of search is supported by the list view native
controls, thus the .NET controls.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

code reuse 1
ListView Horizontal Scrollbar 3
Listview subitems !HELP! 2
Working with listviews 8
Listview columns 3
Excel Comparing two columns 1
listview event handling 2
Listview Column Header AutoSize & column sorting 1

Back
Top