no listbox click event is horrible

K

khorad

so when is this going to get fixed?

we're supposed to use SelectedIndexChanged instead, ok, but there are a few
problems with that:
1. I need it to fire if you click anywhere in the box, not just on an item
(box is only half-full for instance)
2. (and far worse) this event fires a bunch of times while attaching a
listbox to a datasource causing SelectedItem to return a bunch of garbage.
So now I have to go around setting and unsetting and checking flags all over
my code to make sure I really want to handle this event

Please put this functionality in!
 
S

Seth Demsey [MS]

Khorad --

We're looking to add this to the next version of the Compact Framework.
Until then, there is a great custom all-managed code listview in the Pocket
TaskVision sample (see msdn.microsoft.com) that gives you the click event.

Seth Demsey
Lead Program Manager
.Net Compact Framework

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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