ProtocolPirate
Programmer
I want to control the scrolling directly from the MouseWheel handler because the automatic message translation converts one mousewheel click to three separate one line scroll messages. My VirtualMode DataGridView is overwhelmed by all the redrawing, scrolls slowly and getting a backlog in the message queue so that after you stop turning the wheel it keeps on scrolling for some time.
How can you shut off the scroll messages that are generated from the MouseWheel messages? I want to control the DGV's row directly from the MouseWheel handler.
How can you shut off the scroll messages that are generated from the MouseWheel messages? I want to control the DGV's row directly from the MouseWheel handler.