
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. |
If the content of DropTargetCellEditor is empty, use value cell, otherwise no area is defined into which you can drop the element.