Highlight the text of listboxitems inside a listbox depending on the textbox :

Posted by Malcolm on Stack Overflow See other posts from Stack Overflow or by Malcolm
Published on 2010-05-20T07:23:25Z Indexed on 2010/05/20 7:50 UTC
Read the original article Hit count: 253

Filed under:
|

I have a listbox and I display incremental search result in it based on the text changed event of a textbox, everytime I update the listboxitemsource. The items displayed inside a listbox the text of it must be highlighted.

Suppose the person enter in textbox sy and the listbox displays the result all getting started with sy :
Somewhat like this...,
System
SystemDefault
SystemFolder

so for the all above 3 results Sy must be highlighted.

How to achieve this? tx in advance

© Stack Overflow or respective owner

Related posts about c#

Related posts about Silverlight