Wpf Addin的视图涵盖了其他用户控件

时间:2018-07-12 03:31:51

标签: c# wpf view mahapps.metro maf

我将逐步介绍Backtun Shell项目。

Hosting WPF Child Windows in Another Process

但是当 View 显示在wpf shell中时,它会覆盖其他用户控件。 设置pannel.Zindex = 0时不起作用。

创建视图代码:

    // must execute on UI thread
    public void CreateView()
    {
        View = FrameworkElementAdapters.ContractToViewAdapter(_remoteProcess.RemotePlugin.Contract);
    }

Before load addIn View

after load addIn View

wpf live tree

预先感谢

0 个答案:

没有答案