TListBox options

Hi everyone,

The listbox naturally has a scroll bar on the right side but it keeps the frame of the first entries showing. I am wondering if there is a way to set up the list box so that the frame showing is actually the last entries, so that when i run my tests i will be able to see the latest data as i push them into the listbox.
I havent been able to find any such options but maybe some else have tried to do something similar.

thanks!

John

Hi John,

You can use SetTopEntry(Int_t id) method. It should scroll the entry with ‘id’ to the top of the listbox.

Cheers, Ilka