vbccr v1.7.1
i load a 6 MB text file into a RichTextBox using the command:
Code:
rtfLog.LoadFile sLogFile, RtfLoadSaveFormatUnicodeText
now the size of the RichTextBox content is 3102656 bytes determined by the command:
after that i do a word wrap with the command:
Code:
rtfLog.ScrollBars = vbVertical
after the word wrap the content of the RichTextBox is truncated: now the size is only 67731 bytes! 
any idea how to word wrap without cutting the content of the RichTextBox?
or is this a bug?
control properties: