WebBrowser::ScrollBarsEnabled Property
.NET Framework (current version)
Gets or sets a value indicating whether scroll bars are displayed in the WebBrowser control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if scroll bars are displayed in the control; otherwise, false. The default is true.
If the value of this property is true, scroll bars are displayed only when the page content is larger than the browser window.
SecurityPermission
for immediate callers to use this control. Demand value: LinkDemand; NIB: Named Permission Sets: FullTrust.
.NET Framework
Available since 2.0
Available since 2.0
Show: