Miki Tebeka wrote:
Hello Chris,
How would you configure a multi-line textctrl to act like a console (e.g. text would be appended to the bottom of the screen and would scroll up)? Any help is appreciated?
This is exactly what the text control in the demo does, just have a look at
the code there.
Incorrect. Appending text doesn't necessarily show the appended text, and using ShowPosition causes that line to be shown at the top of the screen.