I assume that in you placed these labels and text in your user control right? If that's the case then the usercontrol will never gain focus since it will always give focus to it's child control. That's why the mouse wheel event never fired.

I don't know any easy solution to this one though