how to highlight search results in WPF treeview?

Posted by Ravi on Stack Overflow See other posts from Stack Overflow or by Ravi
Published on 2010-04-13T12:59:32Z Indexed on 2010/04/13 13:03 UTC
Read the original article Hit count: 372

Filed under:
|

I am developing an app ( A database file system ). I am using WPF treeview in its GUI.The treeview items are directly extracted from my apps database.

I want to search and highlight the treeview items as I type.(e.g. keyword results shown in browsers)

How do I achieve that?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about treeview