vcl-cximagecombobox-3560ac32.md
Enumerates image alignment options in an image combo box editor.
TcxImageAlign = (
iaLeft,
iaRight
);
| Name | Description | Example (LTR) | Example (RTL) |
|---|---|---|---|
iaLeft |
Default. Item images are aligned to the border opposite to the drop-down button’s position in the editor.
|
|
|
| iaRight |
Item images are aligned to the editor’s drop-down button.
|
|
|
The position of images in an image combo box editor depends on the active image alignment option and the editor’s BiDiMode property value. If the editor does not display item descriptions or they are unspecified, item images are centered and the image alignment setting has no effect.
The TcxCustomImageComboBoxProperties.ImageAlign property references the TcxImageAlign type.
See Also