DataLudi Grid v.1 > Classes > DropDownCellEditor

Back  Forward

DropDownCellEditor.dropDownCount  property

The number of the maximum items to display list box. If the number of items is bigger than this value, will be displayed a scroll bar. The width of list box to display is specified by dropDownWidth

Defaults to 8.

Getter
function dropDownCount(): Integer
Setter
function setDropDownCount(value: Integer)
See Also
dropDownWidth
dropDownPosition
Examples
DropDown Cell Editor