❔ Is it possible to have WPF window hidden until Blazor WebView loads page?
I'm trying to hide a WPF window until the Blazor WebView loads, but it seems that the initialization of the webview does not happen until the window is actually shown. Is there a way to do this?