How to make WPF TextBox with a scrollbar automatically scroll to the bottom when lines are added?

Viewed 31854

For example like Visual Studio's "Output" window does.

Is there a way to do it in XAML?

4 Answers
Related