TArrayBrowse .... using AddRow() .... Hilite to bottom of list with scrolling
Publicado: Mié Abr 06, 2016 12:31 pm
Hi,
I should know this but I can't find where I have done it before ...
I am using a TArrayBrowse and using :Addrow() to add data rows in a loop.
I want the 'cursor' to go to the last row added AND make the TArrayBrowse scroll to show the last few messages.
I have tried
oArrayBrowse:GoBottom()
ProcessMessages()
But this does not scroll the browse.
Any thoughts please.
Rhanks
Chria
I should know this but I can't find where I have done it before ...
I am using a TArrayBrowse and using :Addrow() to add data rows in a loop.
I want the 'cursor' to go to the last row added AND make the TArrayBrowse scroll to show the last few messages.
I have tried
oArrayBrowse:GoBottom()
ProcessMessages()
But this does not scroll the browse.
Any thoughts please.
Rhanks
Chria