Hi,
I am trying to figure out how to capture if the user scrolled up or down.
I have the following but I cannot get the newValue property of e:
Private Sub grid_Scroll(ByVal sender As Object, ByVal e As EventArgs) Handles myGrid.Scroll
Printable View
Hi,
I am trying to figure out how to capture if the user scrolled up or down.
I have the following but I cannot get the newValue property of e:
Private Sub grid_Scroll(ByVal sender As Object, ByVal e As EventArgs) Handles myGrid.Scroll