Open
Description
With WPF, there's HwndHost
which can be used to insert native controls, but it has airspace issues where it shows on top of all other controls so you can't have any child controls. A generic purpose control should be created that would allow you to draw as directly as possible to the control via a memory buffer, perhaps using InteropBitmap.