[Lazarus] How to fix slow screen refresh of TListbox?

Flávio Etrusco flavio.etrusco at gmail.com
Fri Nov 18 22:40:57 CET 2022


Em dom., 13 de nov. de 2022 às 18:36, Luca Olivetti via lazarus <
lazarus at lists.lazarus-ide.org> escreveu:

> El 12/11/22 a les 12:13, Bo Berglund via lazarus ha escrit:
> > On Sat, 12 Nov 2022 09:45:15 +0100, Luca Olivetti via lazarus
> > <lazarus at lists.lazarus-ide.org> wrote:
> >
> >> El 11/11/22 a les 23:37, Bo Berglund via lazarus ha escrit:
> >>
> >>> But how to jump to the end of the text on screen?
> >>>
> >>
> >> TheSynEdit.TopLine:=TheSynEdit.Lines.Count-TheSynEdit.LinesInWindow+1
> >>
> >
> > Did not work, but this does work:
>
> Strange, I've been using it for many years (and still use it) to ensure
> the last line is visible.
>
> (...)
> --
> Luca Olivetti
> Wetron Automation Technology http://www.wetron.es/
> Tel. +34 93 5883004 (Ext.3010)  Fax +34 93 5883007
>

 It should work. Or even straight
"TheSynEdit.TopLine:=TheSynEdit.Lines.Count;'.

Best regards,
Flávio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20221118/90b713a3/attachment.htm>


More information about the lazarus mailing list