I have WPF control placed on Windows Forms SplitContainer with ElementHost. When I dragged the splitter, I got unpleasant artifacts on place of my WPF control. How can I manage with that trouble.
I have WPF control placed on Windows Forms SplitContainer with ElementHost. When I dragged
Share
In my experience hosting WPF controls in a ElementHost is never perfect and always produces some rendering issues. There’s some discussion on a few workarounds here that might help.