D
Dom
I have reason to call ListBox1.Invalidate, in order to capture the
DrawItem Event. There is a noticeable flickering in the ListBox that
I'd like to get rid of. By debugging, I can tell that Invalidate is
erasing the entire ListBox. I remember in the days of plain old "C",
that the InvalidateRect routine took a parameter that allowed you to
avoid this erasing. Is there a way to do this in CSharp?
Dom
DrawItem Event. There is a noticeable flickering in the ListBox that
I'd like to get rid of. By debugging, I can tell that Invalidate is
erasing the entire ListBox. I remember in the days of plain old "C",
that the InvalidateRect routine took a parameter that allowed you to
avoid this erasing. Is there a way to do this in CSharp?
Dom