通过
IHTMLElement2 doc;
doc = (webBrowser1.Document.DomDocument as IHTMLDocument3).documentElement as IHTMLElement2;可以得到当前网页文档的doc.scrollHeight等值;但是,有的网页可以得到,有的网页则不行;
  如,google的首页可以,但是google的新闻点进去后就不行。google新闻url
http://news.google.com.hk/nwshp?hl=zh-CN&tab=wn如何能访问所有网页的scrollbar。或者说某些网页本来就无法获得?