API:Vcl.StdCtrls.TComboBox.AutoDropDownWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoDropDownWidth;

C++

__property AutoDropDownWidth = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TComboBox

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.StdCtrls.TComboBox.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.

See Also