View Single Post
  #1  
Old February 8th 07, 10:49 PM posted to microsoft.public.outlook.program_forms
aiKeith
external usenet poster
 
Posts: 2
Default MouseWheel event not firing

Hello,

I have a winform UserControl that i created. It contains a flowlayoutpanel
that i want to enable scrolling on. I have tried attaching the event handler
to to this panel, to the usercontrol itself, etc., but the event never fires.

this.MouseWheel += new MouseEventHandler(RecentActivity_MouseWheel);
this.flowPanel.MouseWheel += new MouseEventHandler(RecentActivity_MouseWheel);

Any ideas?

tx :-)
Ads