Adjusting DataGridView scroll behavior to change number of rows per scroll event in VB.NET
I’m working on a VB.NET application where I have a DataGridView on my form. I’ve noticed that by default, the DataGridView scrolls 3 rows per scroll event. However, I want to change this behavior to scroll only 1 row per event.