I have a user control that i am using inside a DataTemplate, this UserControl contains a TextBox which is binded with Value p
DataTemplate
UserControl
TextBox
I know this question was about TextBox but for RichTextBox you would use UpdateLayout().
rtb.AppendText("Text"); rtb.ScrollToEnd(); rtb.UpdateLayout();