I would like to detect when the scroll bar reaches the end of a data grid view, so I can run a function when this happens.
I was exploring the Scroll
event, but without success.
Thanks.
I would like to detect when the scroll bar reaches the end of a data grid view, so I can run a function when this happens.
I was exploring the Scroll
event, but without success.
Thanks.
Here's another way to do it...
This should get you close... place this in your
Scroll
event and it will tell you when the last row is visible: