[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: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Wed, 7 Aug 2024 13:06:34 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
On Wed, 7 Aug 2024 at 11:42, Rolf-Werner Eilert <rwe-sse@xxxxxxxxxx> wrote: > 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 > Maybe set the Index to the last item after adding things ListBox1.Index = ListBox1.Count - 1 it should make it visible. BruceS
Re: Showing the end of a list | Admin <admin@xxxxxxxxxx> |
Re: Showing the end of a list | Rolf-Werner Eilert <rwe-sse@xxxxxxxxxx> |
Showing the end of a list | Rolf-Werner Eilert <rwe-sse@xxxxxxxxxx> |