tags:

views:

19

answers:

0

I have derived a class from CListBox. It has 10 items. But its size is of 20 items. To reduce flicker I have Overridden the OnEraseBackground method to return true. I have also Overridden DrawItem. The DrawItem is called only 10 times, once for each item. I want to color the remaining part of the list. Can anyone suggest the most optimum way to do so.
Thanks DeV