Re: [Gambas-user] TextArea scrolling
Brought to you by:
gambas
|
From: Benoît M. <ga...@us...> - 2009-05-26 16:41:49
|
> 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 |