I am using GTextArea with scroll bars and appendText() to display log line data as it is created. Lines of text are added without problem. But I can't get the GTextArea to scroll down automatically as each new line is appended to the control. I can scroll manually using the scroll bar or caret and keyboard but I want the most recent line to be shown without user interaction. Is there a way to force the automatic behavior I want?
↧