(C#) Scroll to bottom of a textbox By Christoffer Wadensten | July 10, 2012 0 Comment Short snippet: textBox.SelectionStart = textBox.TextLength; textBox.ScrollToCaret();