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?