I am trying to get the Y scroll index for a web page in the WebBrowser control but I can’t access the values for the built in Scroll bar.
Any Ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For IE in standards mode (with a doctype, as you say)
scrollTopis a property of the<html>element, not the<body>:(A nicer way to get to the
<html>element would be good, if anyone knows of one.)