I want to make an event for the scroll in ListView.
I have found something that works, but it only fires the event when using the scrollbar. It does not respond to scro
The mouse wheel m.Msg value should be:
m.Msg
private const int WM_MOUSEWHEEL = 0x020A;