MouseWheel

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top