Perpetual Scrolling Window? -
06-07-2007
, 11:37 AM
Hi all,
Is it possible to do a console like scrolling window in a Windows Form app?
The closest I've gotten is to use a RichTextBox and append text to it.
However, after a while, there is too much text, I need to clear the textbox
- this causes the screen to flash and I lose all prior text.
Is there a good method of keeping only X lines in a RichTextBox?
Logs could be coming in quickly ... so are there any high performance
methods of doing this? |