EDN Admin
Well-known member
Greetings,
I have an application that adds lines to a ListBox quite rapidly, and there is a very distracting flicker that occurs whenever lines are added. My color scheme is essentially the reverse of default -- namely, I have a black background and white foreground. Most of the solutions Ive found on the web require creating a custom ListBox where you override the OnPaint method -- I was hoping to (and surprised I couldnt) find a solution that was already built into .Net.
Is this something I cant avoid without writing my own custom class?
Thanks,
Rick
View the full article
I have an application that adds lines to a ListBox quite rapidly, and there is a very distracting flicker that occurs whenever lines are added. My color scheme is essentially the reverse of default -- namely, I have a black background and white foreground. Most of the solutions Ive found on the web require creating a custom ListBox where you override the OnPaint method -- I was hoping to (and surprised I couldnt) find a solution that was already built into .Net.
Is this something I cant avoid without writing my own custom class?
Thanks,
Rick
View the full article