The Appendtext method will automatically position the cursor to the end of the text, so that it will always show the last added text.
If you need to avoid that, use the &= Operator as shown below.
txtValue.Text &= "DevX Text is here!"
Visit the DevX Tip Bank