Skip to content
New issue

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

Proposal: Update style of WebView2 scrollbars #6192

Closed
Poopooracoocoo opened this issue Oct 29, 2021 · 2 comments
Closed

Proposal: Update style of WebView2 scrollbars #6192

Poopooracoocoo opened this issue Oct 29, 2021 · 2 comments
Labels
area-WebView feature proposal New feature proposal team-Rendering Issue for the Rendering team

Comments

@Poopooracoocoo
Copy link

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

  • consistency

Scope

Capability Priority
This proposal will allow developers to accomplish W Must
This proposal will allow end users to accomplish X Should
This proposal will allow developers to accomplish Y Could
This proposal will allow end users to accomplish Z Won't

Important Notes

Open Questions

@Poopooracoocoo Poopooracoocoo added the feature proposal New feature proposal label Oct 29, 2021
@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Oct 29, 2021
@StephenLPeters StephenLPeters added area-WebView team-Rendering Issue for the Rendering team labels Nov 4, 2021
@StephenLPeters
Copy link
Contributor

@codendone @chigy @predavid FYI

@krschau
Copy link
Contributor

krschau commented Jul 25, 2022

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");

@bpulliam bpulliam removed the needs-triage Issue needs to be triaged by the area owners label Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-WebView feature proposal New feature proposal team-Rendering Issue for the Rendering team
Projects
None yet
Development

No branches or pull requests

4 participants