how to make the service know the page(grid widget) has scrolled to the bottom
Hello everyone,
I use an AutoRefresh widget and a custom service (The service just accumulates and return a number, the resulting number is bind to the ScrollTop attribute )to make the page(grid widget) scroll down every ten seconds, everything is OK, but I wanna do some action when the page(grid widget) has scrolled to the bottom (can't scroll down anymore ). I don't know how to make the service know the page(grid widget) has scrolled to the bottom.
if anyone have some idea, please help me, thanks.

