Question How do I Filter a ListBox contents on a search string ?

maxmatum

New member
Joined
Jan 10, 2009
Messages
2
Programming Experience
5-10
I have set the Items property of my ListBox (WPF) to a BindingList of items. I want to be able to Filter the list based on a string search criteria in a textbox above it without having to maintain two lists.. i.e one filtered list, one original list.
Is there a simple way to do it?
 
Back
Top