scrollMultiplier property
getter/setter pair
The multiplier applied to the scroll amount for the WebView.
This value determines how much the content will scroll in response to user input. A higher value means faster scrolling, while a lower value means slower scrolling.
The default value is 1.
Officially Supported Platforms/Implementations:
- Windows WebView2
Implementation
int? scrollMultiplier;