I have a WPF application that contains a multiline TextBox that is being used to display debugging text output.
How can I set the TextBox so that as text is appended to
A more portable way might be to use an attached property such as in this similar question for listbox.
(Just set VerticalOffset when the Text property changes)
VerticalOffset
Text