how do i make the txtbox automatically scroll down all the way to the bottom? thanx in advance :D
Printable View
how do i make the txtbox automatically scroll down all the way to the bottom? thanx in advance :D
you dont:p
textbox.selStart = len(textBox.text)
hehe