<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSDraggingFormation",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSDraggingFormation"
  },
  "title" : "NSDraggingFormation"
}
-->

# NSDraggingFormation

Constants that control the visual format of multiple dragging items.

```
enum NSDraggingFormation
```

## Topics

### Constants

[`NSDraggingFormation.default`](/documentation/AppKit/NSDraggingFormation/default)

A constant that represents the system determined formation.

[`NSDraggingFormation.none`](/documentation/AppKit/NSDraggingFormation/none)

A constant that represents no custom formation, so drag images maintain their set positions relative to each other.

[`NSDraggingFormation.pile`](/documentation/AppKit/NSDraggingFormation/pile)

A constant that represents a pile formation, so drag images display on top of each other with random rotations.

[`NSDraggingFormation.list`](/documentation/AppKit/NSDraggingFormation/list)

A constant that represents a list formation, so drag images display vertically, non-overlapping with the left edges aligned.

[`NSDraggingFormation.stack`](/documentation/AppKit/NSDraggingFormation/stack)

A constant that represents a stack formation, so drag images display overlapping diagonally.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)