Combobox with owner draw issue

  • Thread starter Thread starter steve_tiger_03
  • Start date Start date
S

steve_tiger_03

Guest
I create my dropdown list combo box (derived from CComboBox) with 2 columns, so I do my owner draw.

The problem I encountered is that after the combo box is painted for first time, when I hover the mouse over the combo box, it will trigger many DrawItem events that will make the combo box flickering so much. I override the OnEraseBkgnd event, but the problem is still there. Is anyone has any idea?

Thanks,

Steve

Continue reading...
 
Back
Top