vcl-dxlayoutcontainer-11ac47b0.md
Enumerates available indication styles for drag-and-drop operations with layout elements.
TdxLayoutDragDropMode = (
ddmDefault,
ddmMultiChoice
);
| Name |
|---|
ddmDefault |
ddmMultiChoice |
Values include:
| Value | Description | Sample |
|---|---|---|
| ddmDefault | Dragging a layout element highlights a target layout group and a line within this group representing the drop position. | |
| ddmMultiChoice | Dragging a layout element displays visual indicators (hot zones) that correspond to all areas available for a drop operation, providing a choice of potential drop positions. Hovering the mouse pointer over any of these hot zones intuitively highlights a target layout group. Dropping the layout element will automatically place it into this layout group. |
See Also
TdxCustomLayoutControl.DragDropMode