Quote:
Originally Posted by Stryke
Everytime I add a new GuiMLTextCtrl inside the GuiScrollCtrl, it scrolls all the way up, so I fix this by using scrolltoBottom(). However it's annoying because it looks like the scroll bar is glitched. Is there a way to keep that scroll bar down?
BTW, this is for chatting.
|
You don't need to re-add it every time you update the text ...
GuiMLTextCtrl.text @= "Whatever..";