We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for automatically hiding scrollbars. Add support for the setting to turn that off. Update the style of WebView2 scrollbars
The text was updated successfully, but these errors were encountered:
@codendone @chigy @predavid FYI
Sorry, something went wrong.
At least for scroll bar style, this is something that can be done by setting an environment variable from inside your application:
Environment.SetEnvironmentVariable("WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS", "--enable-features=OverlayScrollbar,OverlayScrollbarWinStyle,OverlayScrollbarWinStyleAnimation");
No branches or pull requests
Proposal: Update style of WebView2 scrollbars
Summary
Add support for automatically hiding scrollbars.
Add support for the setting to turn that off.
Update the style of WebView2 scrollbars
Rationale
Scope
Important Notes
Open Questions
The text was updated successfully, but these errors were encountered: