---
title: NSTableView.DraggingDestinationFeedbackStyle.gap
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstableview/draggingdestinationfeedbackstyle-swift.enum/gap
---

# NSTableView.DraggingDestinationFeedbackStyle.gap

Provides a gap insertion when dragging over the table. Note that this style is only officially supported for NSView-based table views, but may partially work in Cell Based TableViews. The decision to use the gap style (compared to another style) can be made in tableView(_:draggingSession:willBeginAt:forRowIndexes:), or it can dynamically be changed.

## Declaration

```swift
case gap
```

## See Also

### Constants

- [NSTableView.DraggingDestinationFeedbackStyle.none](appkit/nstableview/draggingdestinationfeedbackstyle-swift.enum/none.md)
- [NSTableView.DraggingDestinationFeedbackStyle.regular](appkit/nstableview/draggingdestinationfeedbackstyle-swift.enum/regular.md)
- [NSTableView.DraggingDestinationFeedbackStyle.sourceList](appkit/nstableview/draggingdestinationfeedbackstyle-swift.enum/sourcelist.md)
