<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/DraggingDestinationFeedbackStyle-swift.enum/sourceList",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSTableViewDraggingDestinationFeedbackStyle@NSTableViewDraggingDestinationFeedbackStyleSourceList"
  },
  "title" : "NSTableView.DraggingDestinationFeedbackStyle.sourceList"
}
-->

# NSTableView.DraggingDestinationFeedbackStyle.sourceList

Draws an outline on drop target rows, and an insertion marker between rows. This style will automatically be set for source lists when the table’s [`unhideRows(at:withAnimation:)`](/documentation/AppKit/NSTableView/unhideRows(at:withAnimation:)) is set to [`NSTableView.DraggingDestinationFeedbackStyle.sourceList`](/documentation/AppKit/NSTableView/DraggingDestinationFeedbackStyle-swift.enum/sourceList). This is the standard look for Source Lists, but may be used in other areas as needed.

```
case sourceList
```

---

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)