WindowsFormsHost 使用注意事项

  1. 窗口的AllowsTransparency不能为true,否则WinForm控件无显示
  2. WindowsFormsHost的父元素的父元素。。。。不能有背景,否则无显示。背景只能如下使用

<Window>

  <Grid>

    <Border Background=""/>

    <WindowsFormsHost/>

  </Grid>

</Window>

posted on 2012-12-28 08:42  beastplus  阅读(540)  评论(0编辑  收藏  举报

导航