Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to implement Search functionality in WPF windows application. In this application, I have a TreeView control where when the user clicks on any TreeViewnode corresponding Wpf user control will appear in right side with data.

I want to implement search. User can enter any thing into Search textbox and that should get highlighted in rightside WPF user control.

How can I implement that?

Your help is much appreciated.
Posted
Updated 7-Oct-11 1:10am
v4

1 solution

you can refer to following article, this might help
Search and highlight any text on WPF rendered page [^]

NOTE : Marking Urgent in the subject is not good, mostly ppl would ignore your question. It would attract less help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900