Skip to main content

WEB-BROWSER CONTROL remove scroll bars

  • June 3, 2011
  • 5 replies
  • 0 views

[Migrated content. Thread originally posted on 03 June 2011]

Hi there,

when putting the acu web-control on the screen it by default displays horizontal/vertical scroll bars when the page is displayed.

How do you prevent scroll bars from appearing.

Thank-you.

5 replies

Stephen Hjerpe
  • Participating Frequently
  • 1100 replies
  • June 3, 2011

[Migrated content. Thread originally posted on 03 June 2011]

Hi there,

when putting the acu web-control on the screen it by default displays horizontal/vertical scroll bars when the page is displayed.

How do you prevent scroll bars from appearing.

Thank-you.
The scroll bars appear due to the size of the HTML page. I think the only way to not have the scroll bars is to ascertain the size of the HTML page before it loads and then make the browser control large enough for the HTML page to fit inside it.

  • Author
  • Rocketeer
  • 19312 replies
  • June 6, 2011

[Migrated content. Thread originally posted on 03 June 2011]

Hi there,

when putting the acu web-control on the screen it by default displays horizontal/vertical scroll bars when the page is displayed.

How do you prevent scroll bars from appearing.

Thank-you.

or when you create the html-content self.
add:


<style type="text/css">
<!--
body { overflow:hidden; }
-->
</style>



  • Author
  • Rocketeer
  • 19312 replies
  • June 8, 2011

[Migrated content. Thread originally posted on 03 June 2011]

Hi there,

when putting the acu web-control on the screen it by default displays horizontal/vertical scroll bars when the page is displayed.

How do you prevent scroll bars from appearing.

Thank-you.
thanks for that

  • Author
  • Rocketeer
  • 19312 replies
  • June 8, 2011

[Migrated content. Thread originally posted on 03 June 2011]

Hi there,

when putting the acu web-control on the screen it by default displays horizontal/vertical scroll bars when the page is displayed.

How do you prevent scroll bars from appearing.

Thank-you.
thanks for that

  • Author
  • Rocketeer
  • 19312 replies
  • December 7, 2011

[Migrated content. Thread originally posted on 03 June 2011]

Hi there,

when putting the acu web-control on the screen it by default displays horizontal/vertical scroll bars when the page is displayed.

How do you prevent scroll bars from appearing.

Thank-you.
it doesnt seem to work on my program. i have change the html and the css part involved with the "style" but nothing happend in my WEB-CONTROL in my Acu Program. And i did a refresh in my WEB-CONTROL.