how to highlight search results in WPF treeview?
- by Ravi
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?