How to do this, if I add some text, will RTB automatically scroll down?
Now I use:
conversationRtb.Rtf = tab.conversationRtb.Rtf; conversationRtb.SelectionStart = conversationRtb.Text.Length; conversationRtb.ScrollToCaret();
But it does not work well. Sometimes it does not scroll to the end, but ends on one line.

Sometimes this makes a big bias.

I can not find why. Is there any other way to scroll down? I found AutoScrollOffset , but there are no examples of how this works.
c # scroll winforms richtextbox
sczdavos
source share