首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET Framework >

WPF里怎样实现MDI(多文档)呢?解决办法

2012-03-25 
WPF里怎样实现MDI(多文档)呢?知道WPF本身不能实现MDI,但是不知道应该怎么实现,希望大家能说一下实现步骤,

WPF里怎样实现MDI(多文档)呢?
知道WPF本身不能实现MDI,但是不知道应该怎么实现,希望大家能说一下实现步骤,谢谢:)

[解决办法]
一般不要去实现MDI,而是使用Tab的方法,类似于Visual Studio的那种界面形式。

如果打算实现的话,可以自己做一个模拟窗口的容器来管理(不过比较麻烦啊)。
[解决办法]
You could try to use MDI container from Windows Forms.
[解决办法]
If you understand Windows Forms, you could refer to the link below. The link contains information about MDI form.

http://msdn.microsoft.com/zh-cn/library/xyhh2e7e.aspx

Because the prementioned link is the Windows Forms technology, but not WPF, so you could refer to the following link to know how to interop between Windows Forms and WPF.

http://msdn.microsoft.com/zh-cn/library/bb384295.aspx
[解决办法]
http://social.msdn.microsoft.com/forums/en-US/wpf/thread/a00ac012-06f1-4bb8-a421-d6556cbd48a1/

热点排行