Hi,
I am writing an app, were the user can insert a string any where in an already text filled rtb.
But, if the the text is longer then can be shown at onece, than after the insretion the current line will jump to the top of the visible part of the rtb (since i am doing this: first_half_text & added_string & second_half_text).
my question is - is there a way to restores the rtb to show the same range of lines as before the adding of the string?

Thanks
Dani