Closed
Description
I'm Using the example wpf project I have added a button behind the WebView control and try to test the clickthrough but it does not work.
I know in Winforms it does not work but I assumed in WPF clickthrough should work.. even the mouse over highlight does not work
Am I wrong?
<Button Width="200" Height="100" Click="ButtonBase_OnClick">Test</Button>
<wv2:WebView2
x:Name="webView"
CreationProperties="{StaticResource EvergreenWebView2CreationProperties}"
Source="http://127.0.0.1:5020/"
/>
Metadata
Metadata
Assignees
Labels
No labels