DataLudi Grid v.1 > Classes > DropDownCellEditor

Back  Forward

DropDownCellEditor.dropDownWidth  property

Hint value to decide width of list box. If this is less than 0, fit to width of editing data cell, if this is 0, use the width of list box calculated as it is, or more than 0, use this value as width of list box. Whatever, it will be displayed editing items as possible as. 

Defaults to -1.

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