In my .NET owner-drawn-variable combo box, when I move by page or by mouse wheel, it appears to scroll in the WRONG DIRECTION, but then ends up on the right item.
Nothing seems to avoid this behavior. I tried making it owner-drawn-fixed, but it then changed the size of the combo box.
How can I make it scroll normally?
Thanks in advance!