I am trying to do a search while typing in a Silverlight application. The idea is that I have a screen with a textedit control and a list. The list is filled with all my data.
When a user types something into a text box, the following happens:
- All elements that do not contain all letters from user input are hidden.
- The corresponding letters of the elements of the visible list are highlighted in a different color.
I'm not sure how to start with this, so all pointers, samples and tips are welcome!
source
share