Listview Click Event Not Implemented

  • Thread starter Thread starter matt_dalrymple
  • Start date Start date
M

matt_dalrymple

I am using a ListView Control in C# on a PocketPC2002 device and the
Click event, which is listed, is not firing. I have SP3 installed for
my compact framework.

There are a found a few posts out there from other people with a
similar problem, but they were rather old. I was wondering if this has
been fixed or if there was some solution other than buying someone
elses control.

Thanks for the help,
Matt
 
This is not fixed because it is not a bug, but a design decision. One of the
workarounds is to set listview activation type to OneClick and use
ItemActivated event
 
Thanks for the advice!

I will give it a go and let you know if I have any issues with it.

Thanks again,
Matt
 
Back
Top