I have a listbox with the DrawMode set to OwnerDrawVariable.

If the listbox is half full, and I click inside the listbox but not
directly on an item, the SelectedIndexChanged event fires. The selected
index is Count-1. NOTE: This behavior is not seen with OwnerDrawFixed
or Fixed.

Anyone know a workaround?

Thanks for your help!

Felix