TTMSFNCTileListReorderMode Enumeration
Controls how tiles are repositioned when the user drags them to a new position.
API unit family: TMSFNCTileList
Members
| Name | Description |
|---|---|
rmNone |
Dragging is disabled. |
rmRearrange |
The dragged tile is inserted at the drop target position, pushing other tiles aside. |
rmSwap |
The dragged tile and the tile at the drop target swap positions. |
rmShift |
Tiles between the source and target shift one position to fill the vacated slot. |