D
Daisy
I've got a control with a scrollbar docked to the right-hand side. The
scrollbar works fine, I've got an event:
bottomControlVScroll.Scroll += new
ScrollEventHandler(HandleBottomThingScroll);
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?
scrollbar works fine, I've got an event:
bottomControlVScroll.Scroll += new
ScrollEventHandler(HandleBottomThingScroll);
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?