CoreWebView2EnvironmentOptions.ScrollBarStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Web.WebView2.Core.CoreWebView2ScrollbarStyle ScrollBarStyle { get; set; }
member this.ScrollBarStyle : Microsoft.Web.WebView2.Core.CoreWebView2ScrollbarStyle with get, set
Public Property ScrollBarStyle As CoreWebView2ScrollbarStyle
Property Value
Remarks
The default is CoreWebView2ScrollbarStyle.Default
which specifies the default browser ScrollBar style. CSS styles that modify the ScrollBar applied on top of native ScrollBar styling that is selected with CoreWebView2ScrollbarStyle
.