本文介绍了WPF中的MDI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!
这是我的问题
我有2个窗口Win1和Win2
在胜利1中,我有一个网格,其中包含两个ColumnDefinitions
在第一个中,我有一些按钮,
第二个我什么都没有,
我想在第二个ColumnDefinitions中打开win2,这时单击其中一个按钮是怎么回事?
我在第一个窗口中使用outlookBar,然后在第二个窗口中打开Windows(或page)
它类似于winForm中的MDI
谢谢"的

Hi!
here is my problem
I have 2 window Win1 and Win2
in the win 1 I have a grid and that contain tow ColumnDefinitions
in the first one I have some button,
the second one I have nothing,
I''d like to open win2 in the second ColumnDefinitions when a click in one of those button how is that?
I''m using the outlookBar in the first and I''d like to open my windows(or page ) in the second
it''s something like MDI in winForm
Thank''s

推荐答案


这篇关于WPF中的MDI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 08:40