Searching in ListView

  • Thread starter Thread starter _nabuchodonozor
  • Start date Start date
N

_nabuchodonozor

Hi


I want to make searching in listView looks as winamp searching. I mean
I write a few first letters and then a small window appears with list
of words which begin from those letters. Give me an advice how to do
it.
 
Unless you have the data that is in the list view in another format
which makes it easier to search, you will have to iterate through the items
in the listview, determining if they meet the criteria of your filter. You
also have to do this for every change in the filter (every keystroke).
 

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

Back
Top