I've created a simple Telnet application. The only problem is that the text is filled into an array and placed into a text box. When it receives the data, its stuffs it into the array, and then pushes that array into the text box. The cursor is then pushed down to the bottom of the text (so it appears as if the text is filling in at the bottom line). This makes it pretty jumpy after about 80 lines of text roll through.

Is there any way that I can perfect this so that I don't get the jumpiness? Is there perhaps a way to make the textbox fill from the bottom up, instead of vice versa? Thanks for your help.