I've got a control with a scrollbar docked to the right-hand side. The
scrollbar works fine, I've got an event:
bottomControlVS croll.Scroll += new
ScrollEventHand ler(HandleBotto mThingScroll);
Which calls this.Invalidate () on my control, and all is good. However, the
MouseWheel does naff all. I understand this is probably because my mouse is
over my control, and not the scrollbar. How can I set the MouseWheel event
on my control to pass to the ScrollBar, where the .Value is updated, and my
control invalidated & repainted?
--
Daisy The Cow
Now playing: Ultrabeat - Pretty Green Eyes
scrollbar works fine, I've got an event:
bottomControlVS croll.Scroll += new
ScrollEventHand ler(HandleBotto mThingScroll);
Which calls this.Invalidate () on my control, and all is good. However, the
MouseWheel does naff all. I understand this is probably because my mouse is
over my control, and not the scrollbar. How can I set the MouseWheel event
on my control to pass to the ScrollBar, where the .Value is updated, and my
control invalidated & repainted?
--
Daisy The Cow
Now playing: Ultrabeat - Pretty Green Eyes
Comment