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