Contents

canDragRows(with:at:)

Returns a Boolean value indicating whether the table view allows dragging the rows with the drag initiated at the specified point.

Declaration

func canDragRows(with rowIndexes: IndexSet, at mouseDownPoint: NSPoint) -> Bool

Parameters

  • rowIndexes:

    The row indexes to drag.

  • mouseDownPoint:

    The location where the drag was initiated.

Return Value

false to disallow the drag.

See Also

Dragging