mousewheel events

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

I've got a custom control which I've overriden the OnMouseWheel event and
made it scroll. Simple enough.

This control has a series of child controls which I'd like it to pass on the
MouseWheel events to if the mouse if over the control (assuming i need to do
a hit test?) (at the moment, the child control needs to be clicked on to
assume focus before it received the mouse wheel events)

Anyway, I just wondered how the easiest way of doing this is? is there
something easy that does this? any references anyone knows about that i
could read?

TIA
Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

letting child control handler mousewheel event 6
MouseWheel Events 1
dedecting ctrl+mouseweel 1
MouseWheel event 6
MouseWheel event doesn't work on PictureBox 1
MouseWheel 2
MouseWheel 5
Mousewheel event... 3

Back
Top