richtextbox - Recommendations for making a Log Window in WPF -
I am currently working on a log window for my application which looks like the output window in the Visual Studio and Behind it can be bombarded for thousands of messages per second, and it needs to handle very large logs (hundreds of rows).
So far, I have a RichTextBox and it works well. I used RichTextBox instead of a TextBox because I thought it eventually formats error messages with an error with the format
Is RichTextBox is a good choice or better option? And is it to follow other recommendations to make it as efficient as possible?
Queue messages and format them to a background thread two. I also suggest that there is no window to fill a window on a part of the window queue
Comments
Post a Comment