How to make WPF TextBox with a scrollbar automatically scroll to the bottom when lines are added? July 29, 2023 by Tarik You can handle the TextChanged event, which will fire whenever you change that TextBox’s Text: TextBoxBase.ScrollToEnd().