How to show weblistbox line ?

Hello all,

In a listbox that has, for example 100 records, and can show 25, how can I programmatically make a specific line be somewhat centered or at least visible in the viewing area of the listbox? I know how to search the records/cells and how to mark one or more selected grdUnits.Selected(i) = True but have not been able to find the correct method(s) to scroll the listbox so it shows the record(s) I want front and center…

Any help/ideas would be appreciated!
Thank you,
Tim

The language reference is your friend. Look for ScrollTo in the Weblistbox methods here http://documentation.xojo.com/index.php/Weblistbox

Hi Michel,

Thanks for your reply - it did help. The first time I went there, before positing, i did not see the solution.

Tim