possible/how to identify when WebBrowser scrollbars are disabled?

I'm using C#/.NET 2.0 WebBrowser on a page and I would like to programmatically figure out when the scrollbars are disabled.  Is this possible

I'm trying this way to figure out in code, the height of a webpage to be able to properly grab a screenshot bitmap of the webpage with the proper height of variable height webpages.  There could be another way (which I'm open to hearing :>), but this is the easiest way I could see how to do it, if it's possible to figure out when the scrollbars are disabled

Thanks.


Answer this question

possible/how to identify when WebBrowser scrollbars are disabled?

  • possible/how to identify when WebBrowser scrollbars are disabled?