PavelTorgashov / FastColoredTextBox

Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.21k stars 463 forks source link

Scrolling to bottom? #219

Closed DimitarBogdanov closed 3 years ago

DimitarBogdanov commented 3 years ago

How can scrolling to the bottom be achieved? textBox#AppendText() doesn't scroll and textBox#ScrollToCaret() outright doesn't exist. I tried playing around with the VerticalScroll's Value but got no luck out of it. Thanks in advance!

DimitarBogdanov commented 3 years ago

Update: textBox#GoEnd() fixed it.