Skip to content

WPF with Transparent BackgroundColor and clickthrough  #1364

Closed
@LiorBanai

Description

@LiorBanai

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/"
            />

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions