Contents

draggingDestinationFeedbackStyle

The feedback style displayed when the user drags over the table view.

Declaration

var draggingDestinationFeedbackStyle: NSTableView.DraggingDestinationFeedbackStyle { get set }

Discussion

The default value of this property is NSTableView.DraggingDestinationFeedbackStyle.regular. However, changing the selection highlight style to NSTableView.SelectionHighlightStyle.sourceList automatically changes the value of this property to NSTableView.DraggingDestinationFeedbackStyle.sourceList.

See Also

Dragging