---
title: "rowResize(directions:)"
framework: appkit
role: symbol
role_heading: Type Method
path: "appkit/nscursor/rowresize(directions:)"
---

# rowResize(directions:)

Returns the cursor for resizing a row (horizontal divider) in the specified direction.

## Declaration

```swift
class func rowResize(directions: NSVerticalDirection.Set) -> NSCursor
```

## Parameters

- `directions`: The directions in which a row can be resized. This must not be empty.

## See Also

### Retrieving cursor instances

- [current](appkit/nscursor/current.md)
- [currentSystem](appkit/nscursor/currentsystem.md)
- [arrow](appkit/nscursor/arrow.md)
- [contextualMenu](appkit/nscursor/contextualmenu.md)
- [closedHand](appkit/nscursor/closedhand.md)
- [crosshair](appkit/nscursor/crosshair.md)
- [disappearingItem](appkit/nscursor/disappearingitem.md)
- [dragCopy](appkit/nscursor/dragcopy.md)
- [dragLink](appkit/nscursor/draglink.md)
- [iBeam](appkit/nscursor/ibeam.md)
- [iBeamCursorForVerticalLayout](appkit/nscursor/ibeamcursorforverticallayout.md)
- [openHand](appkit/nscursor/openhand.md)
- [operationNotAllowed](appkit/nscursor/operationnotallowed.md)
- [pointingHand](appkit/nscursor/pointinghand.md)
- [zoomIn](appkit/nscursor/zoomin.md)
