Ben Schoepke
Ben Schoepke
**Description** The WinUI 3 WebView2 control does not support passing a CoreWebView2Environment object to WebView2.EnsureCoreWebView2Async(), unlike the WPF and Windows Forms controls. In my case, it means I can't use...
**Describe the bug** StackPanel applies Spacing to Collapsed child items, which means a Collapsed item causes whitespace of 2x the spacing value. **Steps to reproduce the bug** ```xml ``` **Expected...