How are these events handled in the wingrid?
Oh, I see.
This is not specific to the grid, but there's a protected OnMouseWheel method on Control. So I think you would have to derive a class from the grid and override this method.
If I click the mouse and release on the grid a MouseUp event will fire
Is there an event which fires when the mouse wheel is scrolled.
I wish to know how much the wheel has scrolled.
Could you be a little more specific?