Welcome Guest Search | Active Topics | Sign In | Register

how to disable the scrollbar in EO.webbrowser Options
Forrest
Posted: Wednesday, April 5, 2017 3:52:53 AM
Rank: Newbie
Groups: Member

Joined: 3/29/2017
Posts: 4
how to disable the scrollbar in EO.webbrowser.
I didn't find the setting about the scrollbar.
eo_support
Posted: Wednesday, April 5, 2017 8:24:33 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

You can set this property:

https://www.essentialobjects.com/doc/eo.webengine.browseroptions.userstylesheet.aspx

To:

Code: CSS
body { overflow: hidden; }


If you are not familiar with setting browser options, see here for more details:

https://www.essentialobjects.com/doc/webbrowser/advanced/browser_options.aspx

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.