Why can't I disable WebView's scrollbars?
This is my code
<WebView x:Name="Browser" Source="https://m.investing.com/economic-calendar/" ScrollViewer.VerticalScrollMode="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled"/>
No scrollbars are disabled. Any ideas how to disable the vertical scroll bars.
The goal is to wrap the WebView in a ScrollViewer and use ScrollViewer's scroll bars instead.
Solution here: