tags:

views:

57

answers:

1

hi,

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

andrew

A: 

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