[Gambas-user] TextArea scrolling

Benoît Minisini gambas at ...1...
Tue May 26 18:42:00 CEST 2009


> Thanks!
> This solution works in my case:
> TextArea1.Text &= "Something" & gb.NewLine
> TextArea1.Pos = TextArea1.Length
> TextArea1.EnsureVisible()
>
>
> Jussi
>

Using TextArea1.Insert() is better and faster.

Regards,

-- 
Benoît




More information about the User mailing list