WindowsFormsHost不能旋转.要抑制此错误,处理LayoutError事件并将ThrowException设



我在WPF内部有VLC ActiveX插件控件。

<Grid> 
    <WindowsFormsHost  HorizontalAlignment="Stretch" Margin="0,0,0,0" Visibility="Hidden"   Name="windowsFormsHost1" VerticalAlignment="Stretch" ClipToBounds="True" SnapsToDevicePixels="True"  /> 
 </Grid> 

当我尝试应用一些动画时,我面临这个错误:

A WindowsFormsHost cannot be rotated. To suppress this error, handle the LayoutError event and set ThrowException to false. 

有什么线索可以修复它吗?

这个错误非常直接。您根本无法旋转或调整WinFormsHost控件的大小。看到这里。

相关内容

  • 没有找到相关文章

最新更新