Hi,
I have a question how to handle with fast typing within a WPF RichTextBox.
Usually I use the RichTextBox event SelectionChanged to update all the formating informations, i.e. bold, italic, underline and so on. But when I type fast the time that this handling seems to take too long and the text appears slow within the textbox. Is
there any way to solve this and not to delay the appearance? Or am I wrong with the monitoring?
Best regards,
Torsten