[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Showing the end of a list


Il 07/08/24 12:32, Rolf-Werner Eilert ha scritto:
A ListBox is to show entries which during runtime become more and more
(log entries).

How can I assure that the latest entries (at the bottom of the list) are
shown whenever the list becomes longer?

Thanks for any input!

Regards
Rolf



Hi Rolf,

set the Sorted property to false and then use Add with which, if
desired, you can also choose a precise position.

Regards
Gianluigi


References:
Showing the end of a listRolf-Werner Eilert <rwe-sse@xxxxxxxxxx>