3

请在 silverlight 中查看以下 xaml

<Grid>
        <ContentControl>
            <ContentControl.RenderTransform>
                <ScaleTransform ScaleX="50" ScaleY="50" />
            </ContentControl.RenderTransform>
            <Grid Height="400" Width="600">
              **//Here I have so many objects placed.**
            </Grid>
        </ContentControl>
</Grid>

这里我用过ScaleTransform ScaleX="50" ScaleY="50"。对于 ScaleX 和 ScaleY 的较大值,应用程序给出以下错误。谁能告诉我为什么在 Silverlight 中会发生这种情况以及如何摆脱这种情况?

错误:Silverlight 应用程序代码中的未处理错误:1001
类别:RuntimeError
消息:AG_E_UNKNOWN_ERROR 方法名

4

0 回答 0