DataLudi Grid v.1 > Classes > DropDownCellEditor

Back  Forward

DropDownCellEditor.dropDownPosition  property

The location of list box is specified as DropDownPosition constant. If this value is DropDownPosition, it is located the left side of list box to the left side of edtior, else, located to the right side of list box to the right side of edtior. In case of both, list box is able to fit to grid or screen inside. 

Defaults to DropDownPosition.BUTTON.

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