I add a line to the text area and I need the list to scroll up such that the bottom line is always visible.
How?
I add a line to the text area and I need the list to scroll up such that the bottom line is always visible.
How?
MyTextArea.AddText("Append this to the current text.")
MyTextArea.VerticalScrollPosition = MyTextArea.LineNumber(MyTextArea.Text.Length)