Show TOC

Background documentationDropTargetCellEditor Properties Locate this document in the navigation structure

 

Property sizing specifies the size of the area in which you can drop an element with DragSourceInfo.

  • sizing

    Value

    Description

    cell

    You can drop the element into the whole cell.

    element

    You can only drop the element into the content of DropTargetCellEditor.

    Note Note

    If the content of DropTargetCellEditor is empty, use value cell, otherwise no area is defined into which you can drop the element.

    End of the note.