2012-11-16 54 views

回答

1

您可以將Usercontrol Inside內容放入Childwindow。 它也可能在mvvm中。

System.Windows.Controls.ChildWindow childWindow = new System.Windows.Controls.ChildWindow(); 
childWindow.Content = userControlObject; 
childWindow.Show(); 
相關問題