ElementHost Layout Problems
问题 I have a bunch of ElementHosts that I'm loading onto my form. When this happens, the element hosts all appear with a black background. If I bring another control to front, then close the other control, the ElementHosts are repainted normally. After some googling, I found that if I sub-class ElementHost and do this in the constructor using (CreateGraphics()) { } The ElementHosts are all drawn with good backgrounds....BUT, they take about 300ms per element host to appear on the form...and they