
Very Urgent - How to avoid scrollbar display in a web browser?
Using stylesheets I am displaying data (Some report) in a web browser
control.
In the initial stage there will not be any scrollbar for the web browser
control. While loading the data a scrollbar appears in the
WebBrowser(Because of the large data).
I need to stop the data loading when the scrollbar appears. I want to avoid
the scrollbar display.
Is there any way to catch the scrollbar display point?
or
Is there any way to skip the scrollbar display (Without adjusting the height
& Width) even if the data is more in the web browser control?
Any help would be appreciated.
Thanks in advance.
-Shanthi