A
aiKeith
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
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