Skip to content

Instantly share code, notes, and snippets.

@afrael
Created May 29, 2013 16:06
Show Gist options
  • Save afrael/5671474 to your computer and use it in GitHub Desktop.
Save afrael/5671474 to your computer and use it in GitHub Desktop.
Scroll to the end of a long edit box
textViewer.SelectionStart = textViewer.Text.Length;
textViewer.ScrollToCaret();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment