Click or drag to resize

IBrowserSettingsScrollbarsHidden Property

Hides or shows scrollbars on the web pages.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
bool ScrollbarsHidden { get; set; }

Property Value

Type: Boolean
true if scrollbars are hidden, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowserSettings has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also