How to have a very/better responsive RichTextBox (no WordWrap) when it is resized ?
-
Hi There (sorry for my english, not my native language), I'am using a RichTextBox (docked "fill" in a form) , with no word wrapping , my problem is that when it is polpulated with around 50.000 line resizing the parent form takes times. Considering that : -scrolling is fast -I do not want word wrapping It seems weird to me why there is this overhead when resizing(*). I am thinking of a solution: - do not dock the rtf , size it at screen maximum size (and so let the parent form hide the "out of client area" parts). - handle scroll bars of my own But before starting the big thing I will *really* apreciate if anyone has already solved this kind of problem or , have a better idea ??? Thanks in advance for any help or views (*) WordPad for instance it rft based and is damned fast in resizing big documents. Girm