When displaying text in a rtb, how do i set to view from the beginning of the text?
Let me explain.
I have a textbox with a hugh amount of text, i scroll so far down, then I load another large text file into the same rtb but the text on show doesn't start from the top, it starts from half way down.
Basically, I want something like:
richtextbox1.showtext.frombeginning
