I hope this is an easy question !
I have a horizontal scrollbar on my form, which populates 3 grids accordingly.
How do I tell if the user is scrolling left or right ?
Printable View
I hope this is an easy question !
I have a horizontal scrollbar on my form, which populates 3 grids accordingly.
How do I tell if the user is scrolling left or right ?
store the last value the scroll bar was at, and then check it against the current value
I thought you were going to say that !
I couldn't se a property anywhere !
use the .Value property
am doing.
Cheers Bush !