Creating User Control in WPF
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I'm testing the integration of a user control in the hands of my application wpf, the problem is that my editor is a user control that contains multiple windows forms. I found the xaml code but adding it does not work because the control is composed of several other controls (windows forms, user control ...) <"Xmlns: myeditor =" clr-namespace.myeditor.EditorForm ">