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) -> BoolParameters
- rowIndexes:
The row indexes to drag.
- mouseDownPoint:
The location where the drag was initiated.
Return Value
false to disallow the drag.