vote up 0 vote down star

I was wondering, what is the best way to capture a mouse Event inside of a wpf grid?

I wanted to Capture an event when the mouse wheel is either scrolled up or down in the grid.

I tried to create a custom grid, but that kind of didn't work.

Any ideas?

flag

2 Answers

vote up 0 vote down

You can hook the MouseWheel event or, if you're inheriting, you can override the OnMouseWheel method.

link|flag
vote up 0 vote down

I handled mouse event inside a grid by placing a blank Label inside so that it will expand through the Grid and then providing a handler to that.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.