Place control on top of Microsoft.Toolkit.Wpf.UI.Controls.WebView
问题 <Grid> <!-- xmlns:webview="clr-namespace:Microsoft.Toolkit.Wpf.UI.Controls;assembly=Microsoft.Toolkit.Wpf.UI.Controls.WebView" --> <webview:WebView ... /> <Grid x:Name="Overlay" Panel.ZIndex="1000" Background="Red" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/> </Grid> I am trying to overlay a WebView with another control ( Overlay ). But it seems that the WebView is always on top of other controls. Is there a way to place controls on top of a Microsoft.Toolkit.Wpf.UI.Controls