RichTextbox MaxLength too small

Posted by Keyo on Stack Overflow See other posts from Stack Overflow or by Keyo
Published on 2010-04-29T18:33:50Z Indexed on 2010/04/29 18:37 UTC
Read the original article Hit count: 417

Filed under:
|
|

I need to open a text file with ~4MB in a RichTextBox, but the end of the text was "trimmed".

How do I override a RichTextBox.MaxLength Int32 limit?

© Stack Overflow or respective owner

Related posts about c#

Related posts about richtextbox