fastforw

Please help me!

I haven't found anything regarding this problem on the internet.

If you are using a listbox in .NET compact (only true for compact!) you'll notice sort of a delay between two subsequent clicks selecting different items. The selection does not update if you do this too fast - the click event gets lost.

It's really awful having to wait between to clicks!

The problem also is showing up with listviews in detail view.

How can you avoid this behavior Note that it's not an performance issue since there are only 3 items in the listbox. Try it with the emulator by creating a project, putting a listbox in the form and hit run. Then select an item in the listbox and almost instantly switch to an other one (that is a common practice in case you hit the wrong item at first).

Thanks for your help,

Mark



Re: .NET Compact Framework Listbox not responding properly to two subsequent clicks

fastforw

May anyone try this out, too
It only occurs with the stylus (mouse click in the device emulator). Using the hardwarekeys there is no delay! Please help me, I simply can't go on with this problem.




Re: .NET Compact Framework Listbox not responding properly to two subsequent clicks

Chunsheng Tang - MSFT

Hi, Mark

If you click the items 'too fast', the subsequent click will probably be treated as a double click instead of a click, thus the click seems to be omitted. To change this behavior I am afraid you have to build a custom control of your own. You can post a suggestion at

http://connect.microsoft.com/VisualStudio/

Thanks

Best Regards

Chunsheng Tang