我将逐步介绍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);
}
预先感谢