79422616

Date: 2025-02-08 04:08:47
Score: 1
Natty:
Report link

I too wanted to just capture a mousemove event from a Listview during mousedown to enable this to execute a Form Move action. All other controls like PictureBox and Label etc return a Mousemove event so the user can click on any control and drag the Form around. But not Listview! Don't like overly complex solutions to fix a simple issue.

I found that setting the "Listview.Multiselect = False" did not fix the issue. But after much experimentation I had success with "Listview.FullRowSelect = True". Set This and voila... now the Mousemove event is captured by the Listview.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Grantg