[Gambas-user] ListBox to show always the last item added

Gianluigi bagonergi at gmail.com
Mon Sep 16 15:07:27 CEST 2019


Il giorno lun 16 set 2019 alle ore 12:35 Rolf-Werner Eilert <
rwe-sse at osnanet.de> ha scritto:

> How is it possible to get a ListBox always showing the last added item?
>
> I know there was a way or a property or some workaround, but I don't
> remember it.
>
> And isn't there an event that says "something new has been added to the
> control" or "something has changed"?
>
> Thanks for any input!
>
> Rolf
>

Maybe you are looking for this:
ListBox1.Index = ListBox1.Find(<Last text add>)

Regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190916/da931fa7/attachment.html>


More information about the User mailing list