I have a requirement to create an application that will open up about 10 mb log files and highlight certain expressions.
I thought using WPF and richtextbox will work, but the richtextbox rending time is unacceptable.
Is there anything that has richtextbox like highlighting, but has better performance?
There any other way to accomplish this?