Closed DimitarBogdanov closed 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!
Update: textBox#GoEnd() fixed it.
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!