Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8319471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T22:20:21+00:00 2026-06-08T22:20:21+00:00

I am working on an HTML display control for windows forms. I am using

  • 0

I am working on an HTML display control for windows forms. I am using the webBrowser control as the base for my control and I need to hide the webBrowsers scroll bar, as it looks bad, will never be used, and makes the control look like a webPage which ruins the layout. Currently the scroll bar renders on the control looking all dejected and greyed out. Is there way to simply remove it all together?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T22:20:24+00:00Added an answer on June 8, 2026 at 10:20 pm

    There is a property:

    webBrowser1.ScrollBarsEnabled = false;
    

    Specifies whether the WebBrowser control should have scrollbars or not.

    They “can” appear however if the viewed web page is larger than the current control’s size (not in all cases).

    This answer Allow scroll with mouse but don’t show browser scrollbars? shows this method:

    void webBrowser1_DocumentCompleted(object sender, 
                                       WebBrowserDocumentCompletedEventArgs e) {
      webBrowser1.Document.Body.Style = "overflow:hidden";
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using a winforms webbrowser control to display some content in a windows forms
I'm using a Flash TextField control to display some HTML content inside a Flash
I'm working on Ubuntu.(Linux) I want to display all .php pages to .html in
I am working on an HTML page where i need to send confirmation by
I am using following code to display HTML Form on my web page. This
I'm using jQuery to control an image gallery that will display any of several
Good day I have question about displaying html documents in a windows forms applications.
I am working on a C# application which uses an embedded WebBrowser control to
I'm trying to display a local PDF file in a WebBrowser-Control. I didn't want
I am working with html documents and ripping out tables to parse them if

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.