[Lazarus] How to fix slow screen refresh of TListbox?
Bo Berglund
bo.berglund at gmail.com
Sat Nov 12 12:13:05 CET 2022
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:
synRxData.CaretY := synRxData.Lines.Count;
--
Bo Berglund
Developer in Sweden
More information about the lazarus
mailing list