Dear friends, I have an issue on raising the MouseClick event of a Listview Control.
The problem is that the event is only raised when I click in the area of the very first item of the first column. Btw Listview.view=Details. This seems so odd as to why it happens. I need to expand this area to the whole area of the listview. Can anybody help?
Code:
Private Sub Listview_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ListView1.MouseClick
'Code
End Sub