Hi,
I've been playing here with some large text files and I have not been able to replicate the problem; could you describe in more detail the problem that you see?
Anyway with a file of that size I would recommend that you load dynamically the data. that is keep in memory only the part of the data the the user is viewing and keep the rest on the file. The you can dynamically swap that informatoin as the user scrolls through the text box. Even if you get this to work it will get slow if you load the hole file into memory.
Please give us more info so we can work on this.
Regards,
Juan Carlos
N.I.