textBox.SelectionStart = textBox.TextLength; textBox.ScrollToCaret();
Applying the same principle, SelectionStart can be set to 0 to scroll to the top or to a specific number to go to a specific character.
SelectionStart
0