Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
400
UltraComboEditor - overriding list item height
posted

Hi there,

I've got an UltraComboEditor in which I am displaying a custom image for each item.
Each image is 24x24 pixels.
I can make it display nicely for the selected item by setting AutoSize = false; and then increasing the control height accordingly.
However, when view the items in the drop down list, the images are shrunk down and look poor.
If I increase the font size, the image looks good, but the text is way too big! 

Is there any way that I can override the height of each list item such that the image displays nicely, rather than being based on the font size?

Cheers,

James