how to detect when i double click a listbox control whether it is

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

Guest

Dear all
how to detect when i double click a listbox control whether it is on empty
region or items region
 
Handle the MouseDown event and use ListBox.IndexFromPoint
to see if the clicked position is on an item or not

/claes
 

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