manjushamohann - 2021-09-13

Hi,
I was trying to host Codesys inside a WPF application. Started Codesys as a process and Set Winforms UserControl as parent and Used WinformsHost to host this inside WPF application.

But after hosting inside WPF, the Codesys UI styles are seems to broken including the context menu items. And the rendering of items inside dockpanels and editor also not working as expected.

Is there any good approach to host Codesys inside a WPF application?