G
Guest
I want to use MouseWheel to on the panel but I am only able to use the
MouseWheel Event on the mail form.
On the child controls the main from mouseWheel event works but not their
own. What should I do?
this.MouseWheel += new MouseEventHandler(Form1_MouseWheel);// WOrking fine.
for the form and its child controls.
this.panel1.MouseWheel +=new MouseEventHandler(panel1_MouseWheel); // Not
working. Written in Form's constructor.
Thanks in advance.
MouseWheel Event on the mail form.
On the child controls the main from mouseWheel event works but not their
own. What should I do?
this.MouseWheel += new MouseEventHandler(Form1_MouseWheel);// WOrking fine.
for the form and its child controls.
this.panel1.MouseWheel +=new MouseEventHandler(panel1_MouseWheel); // Not
working. Written in Form's constructor.
Thanks in advance.