Listview Click Event Not Implemented

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
 
A

Alex Feinman [MVP]

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
 
M

matt_dalrymple

Thanks for the advice!

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

Thanks again,
Matt
 

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

Top