Property ScrollbarsHidden
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
ScrollbarsHidden
Hides or shows scrollbars on the web pages.
bool ScrollbarsHidden { get; set; }
Property Value
- bool
trueif scrollbars are hidden,falseotherwise.
Exceptions
- ObjectDisposedException
The IBrowserSettings has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.