JVCL Help:TJvComboListBoxDrawStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvComboListBoxDrawStyle type
Search in JVCL Help
Search in all projectsSummary
Defines the possible ways an image can be drawn in a TJvComboListBox.
Pascal
run\JvComboListBox.pas
TJvComboListBoxDrawStyle = (
dsOriginal,
dsStretch,
dsProportional
);
Members
Members | Description |
dsOriginal | The image is clipped to the size of the drawing area. If the image is smaller than the display rect, it is centered accordingly. |
dsStretch | The image is stretched to fill the entire drawing area. |
dsProportional | The image is sized proportionally to the display area and centered. |
Description
TJvComboListBoxDrawStyle defines the possible ways an image can be drawn in a TJvComboListBox. This property does not affect items that contains text.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page