Going to a Listbox Row

A

Al Camp

I'm trying to send the cursor to a specific row in a listbox, but
I don't want to "select" the row.
I'm using...
Dim Lindex as Integer (example Lindex = 7)
lstGetValue.Selected(Lindex) = True

This moves the cursor to the 7th record in the Listbox, but also
"selects" the row.

Is it possible to just "goto" a row without Selecting?

Thanks in advance,

Al Camp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top