TdxBarCustomCombo.DropDownWidth Property
Specifies dropdown window width.
Declaration
property DropDownWidth: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
Set the value of dropdown window width using this property.
Note
Be sure that width is large enough to display all item strings because a horizontal scrollbar is not supported.
See Also