Hello,
can you explain how I can load a wpf control into a dockablecontrolpane?
tx
Marc
This is what I need. Thanks!
You can add an ElementHost control (a windows forms control) to your dockablecontrolpane normally. Then add the WPF control to the ElementHosts child property.