WPF内にVLCActiveXプラグインコントロールがあります。
<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.
どうすれば修正できるか手がかりはありますか?