[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Showing the end of a list
[Thread Prev] | [Thread Next]
- Subject: Re: Showing the end of a list
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Wed, 7 Aug 2024 13:45:39 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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
Showing the end of a list | Rolf-Werner Eilert <rwe-sse@xxxxxxxxxx> |