LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveX Browser: How to disable the Scroll Bar ??

I Would like to display same html files with the Web Browser but without seeing the scroll bar. Is it possible ??
Thanks to help me.
0 Kudos
Message 1 of 3
(2,829 Views)
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
Message 2 of 3
(2,829 Views)
Hi,
Thanks you for your answer. I have access to the HTML files, so I have add this line and it's work perfectly !

Have a good day.

Gilles
0 Kudos
Message 3 of 3
(2,829 Views)