Property OverscrollHistoryNavigationEnabled
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
OverscrollHistoryNavigationEnabled
Enables or disables the back/forward navigation with a left/right swipe in the browser.
bool OverscrollHistoryNavigationEnabled { get; set; }
Property Value
- bool
true
if back/forward navigation with a left/right swipe is enabled,false
otherwise.
Exceptions
- ObjectDisposedException
The IBrowserSettings has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.