Skip to main content

TdxBarCustomCombo.DropDownCount Property

Specifies the number of the listbox items that appear in a dropdown list.

Declaration

property DropDownCount: Integer read; write; default 8;

Property Value

Type Default
Integer 8

Remarks

By default, a dropdown list contains eight items. If the DropDownCount value is less, than the number of the listbox items, the dropdown list displays a vertical scrollbar.

See Also