consecutive Listbox click events bug (only .NET Compact!!!)



Please help me!

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

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

The problem also is showing up with listviews in detail view.
Note that it's not an performance issue since using hardware keys the
effect is gone!
Try it with the device 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.

Thanks for your help,

Mark

.



Relevant Pages

  • Re: OnClick not working in listbox
    ... The Click event is not supported for ListBox in the ... | Here's a little more information: the .NET Compact Framework's Class ... Library Comparison Tool shows System.Windows.Forms.ListBox.OnClick is ... only supported on the .NET Framework. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Cant Figure Out How to Access a List Item
    ... For the default property, open the CMessages class file, and put your cursor on ... Public Property Get ItemAs CMessage ... listbox Procedure ID in the middle, ... Change the Procedure ID to by selecting it in the listbox. ...
    (comp.lang.basic.visual.misc)
  • help with common dialog for multiple file insert please
    ... I wrote some code to let me select multiple files, ... For the common dialog stuff I used the code kindly ... the first entry in the listbox is the ... entry and the second as the file name even when only selecting ...
    (microsoft.public.word.vba.general)
  • RE: Report via List Box
    ... If the users are not selecting the records in the listbox then you are ... Microsoft Access Support ... Microsoft Security Bulletin MS03-026? ...
    (microsoft.public.access.macros)
  • Re: Listbox vertical scroll position capture
    ... so you've got to preserve the scroll location without re-selecting any item in the listbox. ... I don't think I've ever seen any Javascript that can do that, but I'm not a Javascript guru. ... I select from the "Source" list box, add the item to a "Destination" list box and remove the item that was selected from the "Source" listbox. ... How do I scroll as if I am a user scrolling without selecting anything. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading