[Gambas-user] TextArea show first line of text

Gian bagoneo at ...69...
Fri May 1 12:32:18 CEST 2015


Il 01/05/2015 11:25, abbat81 ha scritto:
> By default TextArea.Text (.Insert) shows end of a text.
> How can I show  text from begining? move to top?
>
> .Pos, .ToLine, etc - is not halpfull (text can have several lines + wraped)
>
> Thanks
>
>
>
> --
> View this message in context: http://gambas.8142.n7.nabble.com/TextArea-show-first-line-of-text-tp51418.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>


   TextArea1.SetFocus
   TextArea1.Pos = 0

Regards
Gianluigi





More information about the User mailing list