Hi,
The Scrollbar in the activeX browser is the property of the page being loaded and not the container.
If you have access to editing the HTML files that you are loading, add the following line in the html document:
If you don't have write access to the html files, then you can cover the scroll area of the activeX container with another activeX container. You can't use a decoration to cover it since the activeX container will remain on top.
I hope this helps.
Feroz