0

Is there a way to use wheel mouse and scroll vertical bar without actually get focus on datagridview in vb.net?

andrew

1 Answers1

0

You can use the scroll event to the form where the grid is found and scroll the grid by using the following article:

Controlling scrolling with the API

Wael Dalloul
  • 22,172
  • 11
  • 48
  • 57