This question is locked. New answers and comments are not allowed.
Hi all
I am working for a client on a project rendering large documents using the RichTextBox control. Some of the documents are quite large, and as such the UI freezes up completely when the document is rendering. I have tried doing all the document parsing on a separate worker thread and used Dispatcher to pump the the UI updates back into the UI message queue, but there doesn't seem to be any way around the UI becoming unresponsive during the actual render.
Is there any known way around this?
Is there any best practice for rendering large documents keeping the UI interactive ?
Many thanks
I am working for a client on a project rendering large documents using the RichTextBox control. Some of the documents are quite large, and as such the UI freezes up completely when the document is rendering. I have tried doing all the document parsing on a separate worker thread and used Dispatcher to pump the the UI updates back into the UI message queue, but there doesn't seem to be any way around the UI becoming unresponsive during the actual render.
Is there any known way around this?
Is there any best practice for rendering large documents keeping the UI interactive ?
Many thanks