Hello,
I found the following two issues about TcxComboBox:
-
I placed two TcxMaskEdits on the form and a TcxComboBox between them. Their Left property is set to 8. The problem is that the combobox appears as it would have a Left property of 9. It would be nice if the combobox would also have the same visual width as the maskedits above and below it.
-
A TcxComboBox (Autosize = False, Font = Segoe UI, 9) has an initial item selected, but the lower part of the text is cropped (seemingly the part that's outside the focus rectangle). If I move the mouse over the combobox, it's drawn correctly (not if the combobox is disabled).
Sample project and image attached, please take a look at them.