ListView control odd question

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In my C# Windows Form MyForm, it has a ListView ListView1.
Saying that the ListView1 has now two items like:

ID Name
1 John
2 Marry




But the ListView1 still has some empty space within the ListView1.
What will be the event or property if I CLICK the empty space rather than
those two items?
Thanks for help.


Jason
 
Back
Top