Filter listview

  • Thread starter Thread starter pcPirate
  • Start date Start date
P

pcPirate

Hi,
Just a simple question.
In C#
i) Is there a way to filter the items in Listview by characters? Say, if
the items are: "AA", "AAA", "AB", when I type "AA", the listview should
display only the: "AA" and "AAA".

Pls advise.
Thanks in advance.
pcPirate
 
Thanks Allen,

In fact, I've already viewed the website before you mentioned that. However,
I just wanna know if there's any standard method of filter in the listview.

Pls. advise,
Thanks in advance.

pcPirate
 
Back
Top