I did a lot of rework on the scrolling and mouse movement code for the grid and there is no knowledge of a swipe in the code. We handle events like mouse left down, right down, left up, right up, double left click, and mouse moved. Scrolling happens from moving the scrollbar or using the arrow keys. It must be something in that OS that turns the swipe into a movement of the scrollbar but I don't think we know about it internal to the program.