Posted 8 May 2019, 3:07 pm EST
-
Is it possible to do owner draw for both the box itself and the dropdown in C1ComboBox?
-
If the answer is no, how exactly do you do OwnerDraw in C1Combo? When I set the DrawMode to OwnerDrawFixed - the DrawItem event fires only for the combo box itself, not for any of the items in the dropdown. I tried adding a column and setting the DisplayColumn’s OwnerDraw property to true - still the same result.