I have a Main Window with the container on it and I have a second window2(form) I designed.
I have looked at most of this website as well as online and cant find how to open my child window2 inside the Main window using docking or document container.
My app is small three forms and main window but i'm stuck on this for few days now.
In Windows forms we just call the child form and tadaaa it inside the container.
Can someone please point me in the right direction, I tried using the
WPF.MDI.dll form another website but get an error:
Cannot implicitly convert type xxxxxxx to 'System.Windows.UIElement'
so I am trying to stick to only using Syncfusion
please point me to the right direction ... how can I do this
Thanks