In Windows Forms, with the WebBrowser control there is a way to detect scroll and on that scroll fire off an event. Can this be done in the compact framework 3.5?
I am building a form that has a WebBrowser control on it, and when the user scrolls to the end of the document, then I need to show a button to move to next form.
Can this be done?