Vcl.ExtCtrls.TColorBox.AutoDropDownWidth
Delphi
property AutoDropDownWidth;
C++
__property AutoDropDownWidth = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TColorBox |
Description
Setting TCustomComboBox.AutoDropDownWidth to True causes the dropdown list width to be automatically set to as wide as the widest string in the combobox items.
Vcl.ExtCtrls.TColorBox.AutoDropDownWidth inherits from Vcl.StdCtrls.TCustomComboBox.AutoDropDownWidth. All content below this line refers to Vcl.StdCtrls.TCustomComboBox.AutoDropDownWidth.
Setting TCustomComboBox.AutoDropDownWidth to True causes the dropdown list width to be automatically set to as wide as the widest string in the combobox items.