Skip to main content

TcxCustomShellComboBoxProperties.DropDownWidth Property

Specifies the shell combo box dropdown width.

Declaration

property DropDownWidth: Integer read; write; default 250;

Property Value

Type Default
Integer 250

Remarks

The DropDownWidth property specifies the width of the shell combo box dropdown. If runtime resizing of the dropdown is disabled by setting the DropDownSizeable to False, then use the DropDownWidth to change the shell combo box dropdown width.

The default value of the DropDownWidth property is 0.

See Also