I have been looking for a way to do this for a while.
What I have is a textbox and on textchanged event I want it to filter as you type and highlight parts of the result as when you search in the people’s hub.
.
I have been looking for a way to do this for a while. What
Share
In
textChangedevent handler do the following:That is about filtering.
The way to hilight depends on you UI implementation.
upd:
More about colors here.