[Feature] Swipe scrolling on touchscreen (#275), version 1.2.1.1

This commit is contained in:
Markus Hofknecht 2022-01-08 23:23:14 +01:00
parent 09a6b8927f
commit 0511468757

View file

@ -1136,7 +1136,7 @@ namespace SystemTrayMenu.Business
DataGridView dgv = (DataGridView)sender;
DataGridView.HitTestInfo hitTestInfo;
hitTestInfo = dgv.HitTest(e.X, e.Y);
if (!isDraggingSwipeScrolling &&
if (!isDragSwipeScrolled &&
hitTestInfo.RowIndex == lastMouseDownRowIndex &&
hitTestInfo.RowIndex > -1 &&
hitTestInfo.RowIndex < dgv.Rows.Count)