Index of last item clicked on in a MultiSimple list box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I find the index of last item clicked on in a MultiSimple list box?
 
Hi,

I dont know of any method of knowing it, unless you keep your own list in a
separated location and compare it each time a new item is added (or removed)

You could also try to derive from ListBox and add this feature
 

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

Back
Top