I am using Skin Material Dark for adjustments in a project, and the TsComboBox component has no borders when SkinProvider’s CustomColor property is True. Apparently, this only happens with this component.
I tried to configure it in the Alpha Skin editor and was not successful.
ComboBoxes uses another skin section if style is DropDownList.
Used section is ‘COMBONOEDIT’ (or ‘BUTTON’ if ‘COMBONOEDIT’ doesn’t exist).
Sizing problems exists in comboboxes derived from standard VCL. The reason is in the ItemHeight property which doesn’t allow to change height of the control arbitrarily.
I’m planning to make a full new ComboBox component soon.